CloudFilesProvider Fields |
The CloudFilesProvider type exposes the following members.
Name | Description | |||
---|---|---|---|---|
AccountBytesUsed |
The X-Account-Bytes-Used header, which specifies the total number of bytes that are stored in Object Storage for the account.
| |||
AccountContainerCount |
The X-Account-Container-Count header, which specifies the number of containers associated with an account.
| |||
AccountMetaDataPrefix |
The X-Account-Meta- header prefix, which specifies the HTTP header prefix for metadata keys associated with an account.
| |||
AccountObjectCount |
The X-Account-Object-Count header, which specifies the number of objects in an account.
| |||
AuthToken |
The X-Auth-Token header, which specifies the token to use for authenticated requests.
| |||
CdnEnabled |
The X-Cdn-Enabled header, which specifies whether or not a container is CDN-enabled.
| |||
CdnIosUri |
The X-Cdn-Ios-Uri header, which specifies the publicly-available URL for
iOS streaming access to a CDN-enabled container (using Apple HTTP Live Streaming).
| |||
CdnLogRetention |
The X-Log-Retention header, which specifies whether or not log retention is enabled for a CDN-enabled container.
| |||
CdnManagementUrl |
The X-Cdn-Management-Url header.
| |||
CdnPurgeEmail |
The X-Purge-Email header, which specifies the comma-separated list of email addresses to notify when a CDN purge request completes.
| |||
CdnSslUri |
The X-Cdn-Ssl-Uri header, which specifies the publicly-available
URL for SSL access to a CDN-enabled container.
| |||
CdnStreamingUri |
The X-Cdn-Streaming-Uri header, which specifies the publicly-available
URL for streaming access to a CDN-enabled container (using Adobe HTTP Dynamic Streaming).
| |||
CdnTTL |
The X-Ttl header, which specifies the Time To Live (TTL) in seconds for a CDN-enabled container.
| |||
CdnUri |
The X-Cdn-Uri header, which specifies the publicly-available URL
for a CDN-enabled container.
| |||
ContainerBytesUsed |
The X-Container-Bytes-Used header, which specifies the total size of all objects stored in a container.
| |||
ContainerMetaDataPrefix |
The X-Container-Meta- header prefix, which specifies the HTTP header prefix for metadata keys associated with a container.
| |||
ContainerObjectCount |
The X-Container-Object-Count header, which specifies the total number of objects stored in a container.
| |||
ContainerRemoveMetaDataPrefix | Obsolete.
The X-Remove-Container-Meta- header prefix, which specifies the HTTP header prefix for removing metadata keys from a container.
| |||
Destination |
The Destination header, which specifies the destination container and object
name for a Copy Object operation.
| |||
DetectContentType |
The X-Detect-Content-Type header, which specifies that the Object Storage service should
automatically assign the content type for the object.
| |||
Etag |
The ETag header, which specifies the MD5 checksum of the data in an object stored in Object Storage.
| |||
IfNoneMatch |
The If-None-Match header, which allows calls to create or update objects to
query whether the server already has a copy of the object before any data is sent.
| |||
MaxLargeFileBatchThreshold |
The maximum value of LargeFileBatchThreshold supported by this provider.
This value is set to the minimum value for which creation of a single object larger than
the value may result in the server closing the TCP/IP connection and purging the object's
data.
| |||
Newest |
The X-Newest header, which indicates that Cloud Files should locate
the most recent version of an object or container listing rather than return the
first response provided by an underlying storage node.
| |||
ObjectDeleteAfter |
The X-Delete-After header, which specifies the relative time (in seconds
from "now") after which an object should expire, not be served, and be
deleted completely from the storage system.
| |||
ObjectDeleteAt |
The X-Delete-At header, which specifies the absolute time (in Unix Epoch
format) after which an object should expire, not be served, and be deleted
completely from the storage system.
| |||
ObjectManifest |
The X-Object-Manifest header, which specifies the container and prefix for the segments of a
dynamic large object.
| |||
ObjectMetaDataPrefix |
The X-Object-Meta- header prefix, which specifies the HTTP header prefix for metadata keys associated with an object.
| |||
ProcessedHeadersHeaderKey |
This value is used as the key for storing non-metadata header information in the
dictionary returned by ProcessMetadata(IListHttpHeader).
| |||
ProcessedHeadersMetadataKey |
This value is used as the key for storing metadata information in the dictionary
returned by ProcessMetadata(IListHttpHeader).
| |||
StaticLargeObject |
The X-Static-Large-Object header, which specifies whether an object is a manifest for a static
large object.
| |||
StorageUrl |
The X-Storage-Url header, which specifies the base URI for all object storage requests.
| |||
TempUrlKey |
The Temp-Url-Key account metadata key for use with CreateTemporaryPublicUri(HttpMethod, String, String, String, DateTimeOffset, String, Boolean, CloudIdentity).
| |||
VersionsLocation |
The X-Versions-Location header, which specifies the name of the container where previous
versions of objects are stored for a container.
| |||
WebError |
The Web-Error metadata key, which specifies the suffix for error pages displayed for a website.
| |||
WebIndex |
The Web-Index metadata key, which specifies the index page for every pseudo-directory in a website.
| |||
WebListings |
The Web-Listings metadata key, which specifies whether or not pseudo-directories should
display a list of files instead of returning a 404 error when the pseudo-directory does
not contain an index file.
| |||
WebListingsCSS |
The Web-Listings-CSS metadata key, which specifies the stylesheet to use for file listings
when WebListings is and a pseudo-directory does not contain an
index file.
|