BlobProperties Members

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

Represents the system properties for a blob.

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

Public Constructors

 NameDescription
BlobPropertiesOverloaded.  
Top

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

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also