BlobProperties Properties

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Public Properties

 NameDescription
public propertyBlobTypeGets the type of the blob.
public propertyCacheControlGets or sets the cache-control value stored for the blob.
public propertyContentEncodingGets or sets the content-encoding value stored for the blob.
public propertyContentLanguageGets or sets the content-language value stored for the blob.
public propertyContentMD5Gets or sets the content-MD5 value stored for the blob.
public propertyContentTypeGets or sets the content-type value stored for the blob.
public propertyETagGets the blob's ETag value.
public propertyLastModifiedUtcGets the last-modified time for the blob, expressed as a UTC value.
public propertyLeaseStatusGets the blob's lease status.
public propertyLengthGets the size of the blob, in bytes.

See Also