CloudBlockBlob Members

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.  

Top

Public Properties

  Name Description
public property BlobType Gets the type of the blob.
public property Container Gets a CloudBlobContainer object representing the blob's container.
public property CopyState Gets the state of the most recent or pending copy operation.
public property IsSnapshot Gets a value indicating whether this blob is a snapshot.
public property Metadata Gets the user-defined metadata for the blob.
public property Name Gets the name of the blob.
public property Parent Gets the CloudBlobDirectory object representing the virtual parent directory for the blob.
public property Properties Gets the blob's system properties.
public property ServiceClient Gets the CloudBlobClient object that represents the Blob service.
public property SnapshotQualifiedStorageUri Gets the block blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
public property SnapshotQualifiedUri Gets the absolute URI to the blob, including query string information if the blob is a snapshot.
public property SnapshotTime Gets the date and time that the blob snapshot was taken, if this blob is a snapshot.
public property StorageUri Gets the block blob's URIs for both the primary and secondary locations.
public property StreamMinimumReadSizeInBytes Gets or sets the minimum number of bytes to buffer when reading from a blob stream.
public property StreamWriteSizeInBytes Gets or sets the block size for writing to a block blob.
public property Uri Gets the blob's URI for the primary location.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method AbortCopy Aborts an ongoing blob copy operation.
public method AbortCopyAsync Overloaded.  
public method AcquireLease Acquires a lease on this blob.
public method AcquireLeaseAsync Overloaded.  
public method BeginAbortCopy Overloaded.  
public method BeginAcquireLease Overloaded.  
public method BeginBreakLease Overloaded.  
public method BeginChangeLease Overloaded.  
public method BeginCreateSnapshot Overloaded.  
public method BeginDelete Overloaded.  
public method BeginDeleteIfExists Overloaded.  
public method BeginDownloadBlockList Overloaded.  
public method BeginDownloadRangeToByteArray Overloaded.  
public method BeginDownloadRangeToStream Overloaded.  
public method BeginDownloadText Overloaded.  
public method BeginDownloadToByteArray Overloaded.  
public method BeginDownloadToFile Overloaded.  
public method BeginDownloadToStream Overloaded.  
public method BeginExists Overloaded.  
public method BeginFetchAttributes Overloaded.  
public method BeginOpenRead Overloaded.  
public method BeginOpenWrite Overloaded.  
public method BeginPutBlock Overloaded.  
public method BeginPutBlockList Overloaded.  
public method BeginReleaseLease Overloaded.  
public method BeginRenewLease Overloaded.  
public method BeginSetMetadata Overloaded.  
public method BeginSetProperties Overloaded.  
public method BeginStartCopyFromBlob Overloaded.  
public method BeginUploadFromByteArray Overloaded.  
public method BeginUploadFromFile Overloaded.  
public method BeginUploadFromStream Overloaded.  
public method BeginUploadText Overloaded.  
public method BreakLease Breaks the current lease on this blob.
public method BreakLeaseAsync Overloaded.  
public method ChangeLease Changes the lease ID on this blob.
public method ChangeLeaseAsync Overloaded.  
public method CreateSnapshot Creates a snapshot of the blob.
public method CreateSnapshotAsync Overloaded.  
public method Delete Deletes the blob.
public method DeleteAsync Overloaded.  
public method DeleteIfExists Deletes the blob if it already exists.
public method DeleteIfExistsAsync Overloaded.  
public method DownloadBlockList Returns an enumerable collection of the blob's blocks, using the specified block list filter.
public method DownloadBlockListAsync Overloaded.  
public method DownloadRangeToByteArray Downloads a range of bytes from a blob to a byte array.
public method DownloadRangeToByteArrayAsync Overloaded.  
public method DownloadRangeToStream Downloads a range of bytes from a blob to a stream.
public method DownloadRangeToStreamAsync Overloaded.  
public method DownloadText Downloads the blob's contents as a string.
public method DownloadTextAsync Overloaded.  
public method DownloadToByteArray Downloads the contents of a blob to a byte array.
public method DownloadToByteArrayAsync Overloaded.  
public method DownloadToFile Downloads the contents of a blob to a file.
public method DownloadToFileAsync Overloaded.  
public method DownloadToStream Downloads the contents of a blob to a stream.
public method DownloadToStreamAsync Overloaded.  
public method EndAbortCopy Ends an asynchronous operation to abort an ongoing blob copy operation.
public method EndAcquireLease Ends an asynchronous operation to acquire a lease on this blob.
public method EndBreakLease Ends an asynchronous operation to break the current lease on this blob.
public method EndChangeLease Ends an asynchronous operation to change the lease on this blob.
public method EndCreateSnapshot Ends an asynchronous operation to create a snapshot of the blob.
public method EndDelete Ends an asynchronous operation to delete the blob.
public method EndDeleteIfExists Returns the result of an asynchronous request to delete the blob if it already exists.
public method EndDownloadBlockList Ends an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.
public method EndDownloadRangeToByteArray Ends an asynchronous operation to download a range of bytes from a blob to a byte array.
public method EndDownloadRangeToStream Ends an asynchronous operation to download a range of bytes from a blob to a stream.
public method EndDownloadText Ends an asynchronous operation to download the blob's contents as a string.
public method EndDownloadToByteArray Ends an asynchronous operation to download the contents of a blob to a byte array.
public method EndDownloadToFile Ends an asynchronous operation to download the contents of a blob to a file.
public method EndDownloadToStream Ends an asynchronous operation to download the contents of a blob to a stream.
public method EndExists Returns the asynchronous result of the request to check existence of the blob.
public method EndFetchAttributes Ends an asynchronous operation to populate the blob's properties and metadata.
public method EndOpenRead Ends an asynchronous operation to open a stream for reading from the blob.
public method EndOpenWrite Ends an asynchronous operation to open a stream for writing to the blob.
public method EndPutBlock Ends an asynchronous operation to upload a single block.
public method EndPutBlockList Ends an asynchronous operation to upload a list of blocks to a new or existing blob.
public method EndReleaseLease Ends an asynchronous operation to release the lease on this blob.
public method EndRenewLease Ends an asynchronous operation to renew a lease on this blob.
public method EndSetMetadata Ends an asynchronous operation to update the blob's metadata.
public method EndSetProperties Ends an asynchronous operation to update the blob's properties.
public method EndStartCopyFromBlob Ends an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.
public method EndUploadFromByteArray Ends an asynchronous operation to upload the contents of a byte array to a blob.
public method EndUploadFromFile Ends an asynchronous operation to upload a file to a blob.
public method EndUploadFromStream Ends an asynchronous operation to upload a stream to a block blob.
public method EndUploadText Ends an asynchronous operation to upload a string of text to a blob.
public method Equals  (Inherited from Object)
public method Exists Checks existence of the blob.
public method ExistsAsync Overloaded.  
public method FetchAttributes Populates a blob's properties and metadata.
public method FetchAttributesAsync Overloaded.  
public method GetHashCode  (Inherited from Object)
public method GetSharedAccessSignature Overloaded.  
public method GetType  (Inherited from Object)
public method OpenRead Opens a stream for reading from the blob.
public method OpenReadAsync Overloaded.  
public method OpenWrite Opens a stream for writing to the blob.
public method OpenWriteAsync Overloaded.  
public method PutBlock Uploads a single block.
public method PutBlockAsync Overloaded.  
public method PutBlockList Uploads a list of blocks to a new or existing blob.
public method PutBlockListAsync Overloaded.  
public method ReleaseLease Releases the lease on this blob.
public method ReleaseLeaseAsync Overloaded.  
public method RenewLease Renews a lease on this blob.
public method RenewLeaseAsync Overloaded.  
public method SetMetadata Updates the blob's metadata.
public method SetMetadataAsync Overloaded.  
public method SetProperties Updates the blob's properties.
public method SetPropertiesAsync Overloaded.  
public method StartCopyFromBlob Overloaded.  
public method StartCopyFromBlobAsync Overloaded.  
public method ToString  (Inherited from Object)
public method UploadFromByteArray Uploads the contents of a byte array to a blob.
public method UploadFromByteArrayAsync Overloaded.  
public method UploadFromFile Uploads a file to the Blob service.
public method UploadFromFileAsync Overloaded.  
public method UploadFromStream Overloaded.  
public method UploadFromStreamAsync Overloaded.  
public method UploadText Uploads a string of text to a blob.
public method UploadTextAsync Overloaded.  

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

CloudBlockBlob Class
Microsoft.WindowsAzure.Storage.Blob Namespace