





[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.]
Top
Top
Top
Top
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 | |
---|---|---|
![]() | Attributes | Gets the BlobAttributes object that represents the blob's attributes. (Inherited from CloudBlob) |
![]() | Container | Gets a CloudBlobContainer object representing the blob's container. (Inherited from CloudBlob) |
![]() | Metadata | Gets the blob's user-defined metadata. (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) |
![]() | SnapshotTime | Gets the DateTime value that uniquely identifies the snapshot, if this blob is a snapshot. (Inherited from CloudBlob) |
![]() | ToBlockBlob | Gets a CloudBlockBlob object based on this blob. (Inherited from CloudBlob) |
![]() | ToPageBlob | Gets a CloudPageBlob object based on this blob. (Inherited from CloudBlob) |
![]() | Uri | Gets the URI that identifies the blob. (Inherited from CloudBlob) |
Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
![]() | BeginCopyFromBlob | Overloaded. Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object. (Inherited from CloudBlob) |
![]() | BeginCreateSnapshot | Overloaded. Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob) |
![]() | BeginDelete | Overloaded. Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob) |
![]() | BeginDeleteIfExists | Overloaded. (Inherited from CloudBlob) |
![]() | BeginDownloadBlockList | Overloaded. |
![]() | BeginDownloadToStream | Overloaded. Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob) |
![]() | BeginFetchAttributes | Overloaded. Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob) |
![]() | BeginPutBlock | Overloaded. |
![]() | BeginPutBlockList | Overloaded. |
![]() | BeginSetMetadata | Overloaded. Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob) |
![]() | BeginSetProperties | Overloaded. (Inherited from CloudBlob) |
![]() | BeginUploadFromStream | Overloaded. (Inherited from CloudBlob) |
![]() | CopyFromBlob | Overloaded. (Inherited from CloudBlob) |
![]() | CreateSnapshot | Overloaded. (Inherited from CloudBlob) |
![]() | Delete | Overloaded. (Inherited from CloudBlob) |
![]() | DeleteIfExists | Overloaded. (Inherited from CloudBlob) |
![]() | DownloadBlockList | Overloaded. |
![]() | DownloadByteArray | Overloaded. Downloads the blob's contents as an array of bytes. (Inherited from CloudBlob) |
![]() | DownloadText | Overloaded. (Inherited from CloudBlob) |
![]() | DownloadToFile | Overloaded. (Inherited from CloudBlob) |
![]() | DownloadToStream | Overloaded. (Inherited from CloudBlob) |
![]() | EndCopyFromBlob | Ends an asynchronous operation to copy a blob's contents, properties, and metadata to a new blob. (Inherited from CloudBlob) |
![]() | EndCreateSnapshot | Ends an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob) |
![]() | EndDelete | Ends an asynchronous operation to delete the blob. (Inherited from CloudBlob) |
![]() | EndDeleteIfExists | Ends an asynchronous operation to delete the blob if it exists. (Inherited from CloudBlob) |
![]() | EndDownloadBlockList | Ends an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter, using a conditional request based on the BlobRequestOptions specified. |
![]() | EndDownloadToStream | Ends an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob) |
![]() | EndFetchAttributes | Ends an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob) |
![]() | EndPutBlock | Ends an asynchronous operation to upload a single block. |
![]() | EndPutBlockList | Ends an asynchronous operation to upload a list of blocks to a new or existing blob. |
![]() | EndSetMetadata | Ends an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob) |
![]() | EndSetProperties | Ends an asynchronous operation to update the blob's properties. (Inherited from CloudBlob) |
![]() | EndUploadFromStream | Ends an asynchronous operation to upload a blob from a stream. (Inherited from CloudBlob) |
![]() | Equals | (Inherited from Object) |
![]() | FetchAttributes | Overloaded. (Inherited from CloudBlob) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetSharedAccessSignature | Overloaded. (Inherited from CloudBlob) |
![]() | GetType | (Inherited from Object) |
![]() | OpenRead | Overloaded. (Inherited from CloudBlob) |
![]() | OpenWrite | Overloaded. (Inherited from CloudBlob) |
![]() | PutBlock | Overloaded. |
![]() | PutBlockList | Overloaded. |
![]() | SetMetadata | Overloaded. (Inherited from CloudBlob) |
![]() | SetProperties | Overloaded. (Inherited from CloudBlob) |
![]() | ToString | (Inherited from Object) |
![]() | UploadByteArray | Overloaded. (Inherited from CloudBlob) |
![]() | UploadFile | Overloaded. (Inherited from CloudBlob) |
![]() | UploadFromStream | Overloaded. (Inherited from CloudBlob) |
![]() | UploadText | Overloaded. (Inherited from CloudBlob) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ParseSizeAndLastModified | Parses values from a Blob service response. This method is protected. (Inherited from CloudBlob) |