CloudBlob Methods

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 Methods (see also Protected Methods)

 NameDescription
public methodBeginCopyFromBlobOverloaded. Begins an asynchronous operation to copy another blob's contents, properties, and metadata to the blob referenced by this CloudBlob object.
public methodBeginCreateSnapshotOverloaded. Begins an asynchronous operation to create a snapshot of the blob.
public methodBeginDeleteOverloaded. Begins an asynchronous operation to delete the blob.
public methodBeginDeleteIfExistsOverloaded.  
public methodBeginDownloadToStreamOverloaded. Begins an asynchronous operation to download the contents of a blob to a stream.
public methodBeginFetchAttributesOverloaded. Begins an asynchronous operation to populate the blob's properties and metadata.
public methodBeginSetMetadataOverloaded. Begins an asynchronous operation to update the blob's metadata.
public methodBeginSetPropertiesOverloaded.  
public methodBeginUploadFromStreamOverloaded.  
public methodCopyFromBlobOverloaded.  
public methodCreateSnapshotOverloaded.  
public methodDeleteOverloaded.  
public methodDeleteIfExistsOverloaded.  
public methodDownloadByteArrayOverloaded. Downloads the blob's contents as an array of bytes.
public methodDownloadTextOverloaded.  
public methodDownloadToFileOverloaded.  
public methodDownloadToStreamOverloaded.  
public methodEndCopyFromBlobEnds an asynchronous operation to copy a blob's contents, properties, and metadata to a new blob.
public methodEndCreateSnapshotEnds an asynchronous operation to create a snapshot of the blob.
public methodEndDeleteEnds an asynchronous operation to delete the blob.
public methodEndDeleteIfExistsEnds an asynchronous operation to delete the blob if it exists.
public methodEndDownloadToStreamEnds an asynchronous operation to download the contents of a blob to a stream.
public methodEndFetchAttributesEnds an asynchronous operation to populate the blob's properties and metadata.
public methodEndSetMetadataEnds an asynchronous operation to update the blob's metadata.
public methodEndSetPropertiesEnds an asynchronous operation to update the blob's properties.
public methodEndUploadFromStreamEnds an asynchronous operation to upload a blob from a stream.
public methodEquals  (Inherited from Object)
public methodFetchAttributesOverloaded.  
public methodGetHashCode  (Inherited from Object)
public methodGetSharedAccessSignatureOverloaded.  
public methodGetType  (Inherited from Object)
public methodOpenReadOverloaded.  
public methodOpenWriteOverloaded.  
public methodSetMetadataOverloaded.  
public methodSetPropertiesOverloaded.  
public methodToString  (Inherited from Object)
public methodUploadByteArrayOverloaded.  
public methodUploadFileOverloaded.  
public methodUploadFromStreamOverloaded.  
public methodUploadTextOverloaded.  

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
protected methodParseSizeAndLastModifiedParses values from a Blob service response. This method is protected.

See Also