Represents a blob that is uploaded as a set of blocks.
The following tables list the members exposed by the CloudBlockBlob type.
Public Constructors
| Name | Description | |
|---|---|---|
| CloudBlockBlob | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
|
BlobType | Gets the type of the blob. |
|
Container | Gets a CloudBlobContainer object representing the blob's container. |
|
CopyState | Gets the state of the most recent or pending copy operation. |
|
IsSnapshot | Gets a value indicating whether this blob is a snapshot. |
|
Metadata | Gets the user-defined metadata for the blob. |
|
Name | Gets the name of the blob. |
|
Parent | Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. |
|
Properties | Gets the blob's system properties. |
|
ServiceClient | Gets the CloudBlobClient object that represents the Blob service. |
|
SnapshotQualifiedStorageUri | Gets the block blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. |
|
SnapshotQualifiedUri | Gets the absolute URI to the blob, including query string information if the blob is a snapshot. |
|
SnapshotTime | Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. |
|
StorageUri | Gets the block blob's URIs for both the primary and secondary locations. |
|
StreamMinimumReadSizeInBytes | Gets or sets the minimum number of bytes to buffer when reading from a blob stream. |
|
StreamWriteSizeInBytes | Gets or sets the block size for writing to a block blob. |
|
Uri | Gets the blob's URI for the primary location. |
Public Methods (see also Protected Methods)
Top
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |