ICloudBlob Members

An interface required for Windows Azure blob types. The CloudBlockBlob and CloudPageBlob classes implement the ICloudBlob interface.

The following tables list the members exposed by the ICloudBlob type.

Public Properties

  Name Description
public property BlobType Gets the type of the blob.
public property Container  Gets the blob item's container. (Inherited from IListBlobItem)
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 blob's name.
public property Parent  Gets the blob item's parent virtual directory. (Inherited from IListBlobItem)
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 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 blob item's URIs for both the primary and secondary locations. (Inherited from IListBlobItem)
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 number of bytes to buffer when writing to a page blob stream or the block size for writing to a block blob.
public property Uri  Gets the URI to the blob item, at the primary location. (Inherited from IListBlobItem)

Top

Public 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 BeginDelete Overloaded.  
public method BeginDeleteIfExists Overloaded.  
public method BeginDownloadRangeToByteArray Overloaded.  
public method BeginDownloadRangeToStream 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 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 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 Delete Deletes the blob.
public method DeleteAsync Overloaded.  
public method DeleteIfExists Deletes the blob if it already exists.
public method DeleteIfExistsAsync 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 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 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 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 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 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 a blob's contents, properties, and metadata to this 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 blob.
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 GetSharedAccessSignature Overloaded.  
public method OpenRead Opens a stream for reading from the blob.
public method OpenReadAsync 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 Starts an operation to start copying another blob's contents, properties, and metadata to this blob.
public method StartCopyFromBlobAsync Overloaded.  
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 Windows Azure Blob Service.
public method UploadFromFileAsync Overloaded.  
public method UploadFromStream Overloaded.  
public method UploadFromStreamAsync Overloaded.  

Top

See Also

Reference

ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace