FileProperties Properties

Windows Runtime Azure Storage Client Library

Public Properties

  Name Description
public property CacheControl Gets or sets the cache-control value stored for the file.
public property ContentDisposition Gets or sets the content-disposition value stored for the file.
public property ContentEncoding Gets or sets the content-encoding value stored for the file.
public property ContentLanguage Gets or sets the content-language value stored for the file.
public property ContentMD5 Gets or sets the content-MD5 value stored for the file.
public property ContentType Gets or sets the content-type value stored for the file.
public property ETag Gets the file's ETag value.
public property LastModified Gets the the last-modified time for the file, expressed as a UTC value.
public property Length Gets the size of the file, in bytes.

See Also