[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.]
Top
Top
Top
Top
Represents the system properties for a blob.
The following tables list the members exposed by the BlobProperties type.
Public Constructors
Name | Description | |
---|---|---|
BlobProperties | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
BlobType | Gets the type of the blob. | |
CacheControl | Gets or sets the cache-control value stored for the blob. | |
ContentEncoding | Gets or sets the content-encoding value stored for the blob. | |
ContentLanguage | Gets or sets the content-language value stored for the blob. | |
ContentMD5 | Gets or sets the content-MD5 value stored for the blob. | |
ContentType | Gets or sets the content-type value stored for the blob. | |
ETag | Gets the blob's ETag value. | |
LastModifiedUtc | Gets the last-modified time for the blob, expressed as a UTC value. | |
LeaseStatus | Gets the blob's lease status. | |
Length | Gets the size of the blob, in bytes. |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |