Azure CloudBlockBlob Class

Download Azure Cloud Connect Setup File
Download Azure Cloud Connect Zip File

Represents a blob that is uploaded as a set of blocks.

public class CloudBlockBlob : Microsoft.Azure.Storage.Blob.CloudBlob, Microsoft.Azure.Storage.Blob.ICloudBlob

Constructors

CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, CloudBlobClient)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(StorageUri, Nullable<DateTimeOffset>, StorageCredentials)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(Uri)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(Uri, CloudBlobClient)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(Uri, Nullable<DateTimeOffset>, CloudBlobClient)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(Uri, Nullable<DateTimeOffset>, StorageCredentials)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

CloudBlockBlob(Uri, StorageCredentials)

Initializes a new instance of the CloudBlockBlob class using an absolute URI to the blob.

Properties

BlobType

Gets the type of the blob.

(Inherited from CloudBlob)
Container

Gets a CloudBlobContainer object representing the blob's container.

(Inherited from CloudBlob)
CopyState

Gets the state of the most recent or pending copy operation.

(Inherited from CloudBlob)
IsDeleted

Gets a value indicating whether or not this blob has been deleted.

(Inherited from CloudBlob)
IsSnapshot

Gets a value indicating whether this blob is a snapshot.

(Inherited from CloudBlob)
Metadata

Gets the user-defined metadata for the blob.

(Inherited from CloudBlob)
Name

Gets the name of the blob.

(Inherited from CloudBlob)
Parent

Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.

(Inherited from CloudBlob)
Properties

Gets the blob's system properties.

(Inherited from CloudBlob)
ServiceClient

Gets the CloudBlobClient object that represents the Blob service.

(Inherited from CloudBlob)
SnapshotQualifiedStorageUri

Gets the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.

(Inherited from CloudBlob)
SnapshotQualifiedUri

Gets the absolute URI to the blob, including query string information if the blob is a snapshot.

(Inherited from CloudBlob)
SnapshotTime

Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.

(Inherited from CloudBlob)
StorageUri

Gets the blob's URIs for both the primary and secondary locations.

(Inherited from CloudBlob)
StreamMinimumReadSizeInBytes

Gets or sets the minimum number of bytes to buffer when reading from a blob stream.

(Inherited from CloudBlob)
StreamWriteSizeInBytes

Gets or sets the block size for writing to a block blob.

Uri

Gets the blob's URI for the primary location.

(Inherited from CloudBlob)