BlobProperties Members

Windows Runtime Azure Storage Client Library

Represents the system properties for a blob.

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

Public Constructors

  Name Description
BlobProperties Overloaded.  
Top

Public Properties

  Name Description
public property BlobType Gets the type of the blob.
public property CacheControl Gets or sets the cache-control value stored for the blob.
public property ContentDisposition Gets or sets the content-disposition value stored for the blob.
public property ContentEncoding Gets or sets the content-encoding value stored for the blob.
public property ContentLanguage Gets or sets the content-language value stored for the blob.
public property ContentMD5 Gets or sets the content-MD5 value stored for the blob.
public property ContentType Gets or sets the content-type value stored for the blob.
public property ETag Gets the blob's ETag value.
public property LastModified Gets the the last-modified time for the blob, expressed as a UTC value.
public property LeaseDuration Gets the blob's lease duration.
public property LeaseState Gets the blob's lease state.
public property LeaseStatus Gets the blob's lease status.
public property Length Gets the size of the blob, in bytes.
public property PageBlobSequenceNumber If the blob is a page blob, gets the blob's current sequence number.
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