FileProperties Members

Windows Runtime Azure Storage Client Library

Represents the system properties for a file.

The following tables list the members exposed by the FileProperties type.

Public Constructors

  Name Description
FileProperties Overloaded.  
Top

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.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also