Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents the system properties for a blob.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..BlobProperties

Syntax

 
public sealed class BlobProperties
 
public ref class BlobProperties sealed 
 
[<Sealed>]
type BlobProperties = class end
 
Public NotInheritable Class BlobProperties

Constructors

NameDescription
System_CAPS_pubmethodBlobProperties()()()()

Initializes a new instance of the BlobProperties class.

System_CAPS_pubmethodBlobProperties(BlobProperties)(BlobProperties^)(BlobProperties)(BlobProperties)

Initializes a new instance of the BlobProperties class based on an existing instance.

Properties

NameDescription
System_CAPS_pubpropertyAppendBlobCommittedBlockCountAppendBlobCommittedBlockCountAppendBlobCommittedBlockCountAppendBlobCommittedBlockCount

If the blob is an append blob, gets the number of committed blocks.

System_CAPS_pubpropertyBlobTypeBlobTypeBlobTypeBlobType

Gets the type of the blob.

System_CAPS_pubpropertyCacheControlCacheControlCacheControlCacheControl

Gets or sets the cache-control value stored for the blob.

System_CAPS_pubpropertyContentDispositionContentDispositionContentDispositionContentDisposition

Gets or sets the content-disposition value stored for the blob.

System_CAPS_pubpropertyContentEncodingContentEncodingContentEncodingContentEncoding

Gets or sets the content-encoding value stored for the blob.

System_CAPS_pubpropertyContentLanguageContentLanguageContentLanguageContentLanguage

Gets or sets the content-language value stored for the blob.

System_CAPS_pubpropertyContentMD5ContentMD5ContentMD5ContentMD5

Gets or sets the content-MD5 value stored for the blob.

System_CAPS_pubpropertyContentTypeContentTypeContentTypeContentType

Gets or sets the content-type value stored for the blob.

System_CAPS_pubpropertyETagETagETagETag

Gets the blob's ETag value.

System_CAPS_pubpropertyLastModifiedLastModifiedLastModifiedLastModified

Gets the the last-modified time for the blob, expressed as a UTC value.

System_CAPS_pubpropertyLeaseDurationLeaseDurationLeaseDurationLeaseDuration

Gets the blob's lease duration.

System_CAPS_pubpropertyLeaseStateLeaseStateLeaseStateLeaseState

Gets the blob's lease state.

System_CAPS_pubpropertyLeaseStatusLeaseStatusLeaseStatusLeaseStatus

Gets the blob's lease status.

System_CAPS_pubpropertyLengthLengthLengthLength

Gets the size of the blob, in bytes.

System_CAPS_pubpropertyPageBlobSequenceNumberPageBlobSequenceNumberPageBlobSequenceNumberPageBlobSequenceNumber

If the blob is a page blob, gets the blob's current sequence number.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top