CloudBlockBlob 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 propertyAttributes  Gets the BlobAttributes object that represents the blob's attributes. (Inherited from CloudBlob)
public propertyContainer  Gets a CloudBlobContainer object representing the blob's container. (Inherited from CloudBlob)
public propertyMetadata  Gets the blob's user-defined metadata. (Inherited from CloudBlob)
public propertyName  Gets the name of the blob. (Inherited from CloudBlob)
public propertyParent  Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. (Inherited from CloudBlob)
public propertyProperties  Gets the blob's system properties. (Inherited from CloudBlob)
public propertyServiceClient  Gets the CloudBlobClient object that represents the Blob service. (Inherited from CloudBlob)
public propertySnapshotTime  Gets the DateTime value that uniquely identifies the snapshot, if this blob is a snapshot. (Inherited from CloudBlob)
public propertyToBlockBlob  Gets a CloudBlockBlob object based on this blob. (Inherited from CloudBlob)
public propertyToPageBlob  Gets a CloudPageBlob object based on this blob. (Inherited from CloudBlob)
public propertyUri  Gets the URI that identifies the blob. (Inherited from CloudBlob)

See Also