CloudBlob 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 propertyAttributesGets the BlobAttributes object that represents the blob's attributes.
public propertyContainerGets a CloudBlobContainer object representing the blob's container.
public propertyMetadataGets the blob's user-defined metadata.
public propertyNameGets the name of the blob.
public propertyParentGets the CloudBlobDirectory object representing the virtual parent directory for the blob.
public propertyPropertiesGets the blob's system properties.
public propertyServiceClientGets the CloudBlobClient object that represents the Blob service.
public propertySnapshotTimeGets the DateTime value that uniquely identifies the snapshot, if this blob is a snapshot.
public propertyToBlockBlobGets a CloudBlockBlob object based on this blob.
public propertyToPageBlobGets a CloudPageBlob object based on this blob.
public propertyUriGets the URI that identifies the blob.

See Also