Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents a blob that is uploaded as a set of blocks.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Blob.::..CloudBlob
    Microsoft.WindowsAzure.Storage.Blob.::..CloudBlockBlob

Syntax

 
public class CloudBlockBlob : CloudBlob, ICloudBlob, IListBlobItem
 
public ref class CloudBlockBlob : CloudBlob, ICloudBlob, IListBlobItem
 
type CloudBlockBlob = 
    class
        inherit CloudBlob
        interface ICloudBlob
        interface IListBlobItem
    end
 
Public Class CloudBlockBlob
	Inherits CloudBlob
	Implements ICloudBlob, IListBlobItem

Properties

NameDescription
System_CAPS_pubpropertyBlobTypeBlobTypeBlobTypeBlobType

Gets the type of the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyContainerContainerContainerContainer

Gets a CloudBlobContainer object representing the blob's container. (Inherited from CloudBlob.)

System_CAPS_pubpropertyCopyStateCopyStateCopyStateCopyState

Gets the state of the most recent or pending copy operation. (Inherited from CloudBlob.)

System_CAPS_pubpropertyIsSnapshotIsSnapshotIsSnapshotIsSnapshot

Gets a value indicating whether this blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertyMetadataMetadataMetadataMetadata

Gets the user-defined metadata for the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyNameNameNameName

Gets the name of the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyParentParentParentParent

Gets the CloudBlobDirectory object representing the virtual parent directory for the blob. (Inherited from CloudBlob.)

System_CAPS_pubpropertyPropertiesPropertiesPropertiesProperties

Gets the blob's system properties. (Inherited from CloudBlob.)

System_CAPS_pubpropertyServiceClientServiceClientServiceClientServiceClient

Gets the CloudBlobClient object that represents the Blob service. (Inherited from CloudBlob.)

System_CAPS_pubpropertySnapshotQualifiedStorageUriSnapshotQualifiedStorageUriSnapshotQualifiedStorageUriSnapshotQualifiedStorageUri

Gets the blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertySnapshotQualifiedUriSnapshotQualifiedUriSnapshotQualifiedUriSnapshotQualifiedUri

Gets the absolute URI to the blob, including query string information if the blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertySnapshotTimeSnapshotTimeSnapshotTimeSnapshotTime

Gets the date and time that the blob snapshot was taken, if this blob is a snapshot. (Inherited from CloudBlob.)

System_CAPS_pubpropertyStorageUriStorageUriStorageUriStorageUri

Gets the blob's URIs for both the primary and secondary locations. (Inherited from CloudBlob.)

System_CAPS_pubpropertyStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytesStreamMinimumReadSizeInBytes

Gets or sets the minimum number of bytes to buffer when reading from a blob stream. (Inherited from CloudBlob.)

System_CAPS_pubpropertyStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytesStreamWriteSizeInBytes

Gets or sets the block size for writing to a block blob.

System_CAPS_pubpropertyUriUriUriUri

Gets the blob's URI for the primary location. (Inherited from CloudBlob.)

Methods

NameDescription
System_CAPS_pubmethodAbortCopyAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAbortCopyAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String)(Nullable<TimeSpan>, String^)(Nullable<TimeSpan>, String)(Nullable(Of TimeSpan), String)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodAcquireLeaseAsync(Nullable<TimeSpan>, String, CancellationToken)(Nullable<TimeSpan>, String^, CancellationToken)(Nullable<TimeSpan>, String, CancellationToken)(Nullable(Of TimeSpan), String, CancellationToken)

Initiates an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAbortCopy(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAbortCopy(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAcquireLease(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<TimeSpan>, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<TimeSpan>, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of TimeSpan), String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginAcquireLease(Nullable<TimeSpan>, String, AsyncCallback, Object)(Nullable<TimeSpan>, String^, AsyncCallback^, Object^)(Nullable<TimeSpan>, String, AsyncCallback, Object)(Nullable(Of TimeSpan), String, AsyncCallback, Object)

Begins an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginBreakLease(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginBreakLease(Nullable<TimeSpan>, AsyncCallback, Object)(Nullable<TimeSpan>, AsyncCallback^, Object^)(Nullable<TimeSpan>, AsyncCallback, Object)(Nullable(Of TimeSpan), AsyncCallback, Object)

Begins an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginChangeLease(String, AccessCondition, AsyncCallback, Object)(String^, AccessCondition^, AsyncCallback^, Object^)(String, AccessCondition, AsyncCallback, Object)(String, AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginChangeLease(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginCreateSnapshot(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodBeginCreateSnapshot(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodBeginDelete(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDelete(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDeleteIfExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDeleteIfExists(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadBlockList(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodBeginDownloadBlockList(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlockListingFilter, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object)

Begins an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadText(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodBeginDownloadText(Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)(array<Byte>^, Int32, AsyncCallback^, Object^)(Byte[], Int32, AsyncCallback, Object)(Byte(), Int32, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToFile(String, FileMode, AsyncCallback, Object)(String^, FileMode, AsyncCallback^, Object^)(String, FileMode, AsyncCallback, Object)(String, FileMode, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginDownloadToStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginExists(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginExists(BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(BlobRequestOptions, OperationContext, AsyncCallback, Object)(BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginFetchAttributes(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginFetchAttributes(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginOpenRead(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginOpenRead(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginOpenWrite(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodBeginOpenWrite(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodBeginPutBlock(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, Stream^, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a single block.

System_CAPS_pubmethodBeginPutBlock(String, Stream, String, AsyncCallback, Object)(String^, Stream^, String^, AsyncCallback^, Object^)(String, Stream, String, AsyncCallback, Object)(String, Stream, String, AsyncCallback, Object)

Begins an asynchronous operation to upload a single block.

System_CAPS_pubmethodBeginPutBlockList(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IEnumerable<String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IEnumerable(Of String), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodBeginPutBlockList(IEnumerable<String>, AsyncCallback, Object)(IEnumerable<String^>^, AsyncCallback^, Object^)(IEnumerable<String>, AsyncCallback, Object)(IEnumerable(Of String), AsyncCallback, Object)

Begins an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodBeginReleaseLease(AccessCondition, AsyncCallback, Object)(AccessCondition^, AsyncCallback^, Object^)(AccessCondition, AsyncCallback, Object)(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginReleaseLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginRenewLease(AccessCondition, AsyncCallback, Object)(AccessCondition^, AsyncCallback^, Object^)(AccessCondition, AsyncCallback, Object)(AccessCondition, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginRenewLease(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetMetadata(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetMetadata(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetProperties(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSetProperties(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSnapshot(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginSnapshot(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginStartCopy(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlockBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodBeginStartCopy(CloudBlockBlob, AsyncCallback, Object)(CloudBlockBlob^, AsyncCallback^, Object^)(CloudBlockBlob, AsyncCallback, Object)(CloudBlockBlob, AsyncCallback, Object)

Begins an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodBeginStartCopy(CloudFile, AsyncCallback, Object)(CloudFile^, AsyncCallback^, Object^)(CloudFile, AsyncCallback, Object)(CloudFile, AsyncCallback, Object)

Begins an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodBeginStartCopy(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginStartCopy(Uri, AsyncCallback, Object)(Uri^, AsyncCallback^, Object^)(Uri, AsyncCallback, Object)(Uri, AsyncCallback, Object)

Begins an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodBeginUploadFromByteArray(Byte[], Int32, Int32, AsyncCallback, Object)(array<Byte>^, Int32, Int32, AsyncCallback^, Object^)(Byte[], Int32, Int32, AsyncCallback, Object)(Byte(), Int32, Int32, AsyncCallback, Object)

Begins an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodBeginUploadFromFile(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodBeginUploadFromFile(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodBeginUploadFromStream(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodBeginUploadFromStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodBeginUploadFromStream(Stream, Int64, AsyncCallback, Object)(Stream^, Int64, AsyncCallback^, Object^)(Stream, Int64, AsyncCallback, Object)(Stream, Int64, AsyncCallback, Object)

Begins an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodBeginUploadText(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodBeginUploadText(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Begins an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>)(Nullable<TimeSpan>)(Nullable<TimeSpan>)(Nullable(Of TimeSpan))

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable<TimeSpan>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Nullable<TimeSpan>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Nullable(Of TimeSpan), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodBreakLeaseAsync(Nullable<TimeSpan>, CancellationToken)(Nullable<TimeSpan>, CancellationToken)(Nullable<TimeSpan>, CancellationToken)(Nullable(Of TimeSpan), CancellationToken)

Initiates an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition)(String^, AccessCondition^)(String, AccessCondition)(String, AccessCondition)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodChangeLeaseAsync(String, AccessCondition, CancellationToken)(String^, AccessCondition^, CancellationToken)(String, AccessCondition, CancellationToken)(String, AccessCondition, CancellationToken)

Initiates an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodCreateSnapshotAsync()()()()

Initiates an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodCreateSnapshotAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodCreateSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodCreateSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodDeleteAsync()()()()

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync()()()()

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDeleteIfExistsAsync(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(DeleteSnapshotsOption, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadBlockListAsync()()()()

Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodDownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext)(BlockListingFilter, AccessCondition^, BlobRequestOptions^, OperationContext^)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodDownloadBlockListAsync(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(BlockListingFilter, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(BlockListingFilter, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodDownloadBlockListAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64))

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToByteArrayAsync(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)(Stream^, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable(Of Int64), Nullable(Of Int64))

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Initiates an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadTextAsync()()()()

Initiates an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(Encoding, AccessCondition, BlobRequestOptions, OperationContext)(Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Encoding, AccessCondition, BlobRequestOptions, OperationContext)(Encoding, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodDownloadTextAsync(Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32)(array<Byte>^, Int32)(Byte[], Int32)(Byte(), Int32)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToByteArrayAsync(Byte[], Int32, CancellationToken)(array<Byte>^, Int32, CancellationToken)(Byte[], Int32, CancellationToken)(Byte(), Int32, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode)(String^, FileMode)(String, FileMode)(String, FileMode)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, FileMode, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToFileAsync(String, FileMode, CancellationToken)(String^, FileMode, CancellationToken)(String, FileMode, CancellationToken)(String, FileMode, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream)(Stream^)(Stream)(Stream)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodDownloadToStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Initiates an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndAbortCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to abort an ongoing blob copy operation. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndAcquireLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to acquire a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndBreakLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to break the current lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndChangeLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to change the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndCreateSnapshot(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a snapshot of the blob.

System_CAPS_pubmethodEndDelete(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to delete the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDeleteIfExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the result of an asynchronous request to delete the blob if it already exists. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadBlockList(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to return an enumerable collection of the blob's blocks, using the specified block list filter.

System_CAPS_pubmethodEndDownloadRangeToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadRangeToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download a range of bytes from a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the blob's contents as a string.

System_CAPS_pubmethodEndDownloadToByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a byte array. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadToFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a file. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndDownloadToStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to download the contents of a blob to a stream. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndExists(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Returns the asynchronous result of the request to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndFetchAttributes(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndOpenRead(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndOpenWrite(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodEndPutBlock(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a single block.

System_CAPS_pubmethodEndPutBlockList(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodEndReleaseLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndRenewLease(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndSetMetadata(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndSetProperties(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndSnapshot(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndStartCopy(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodEndUploadFromByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodEndUploadFromFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a file to a blob.

System_CAPS_pubmethodEndUploadFromStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodEndUploadText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodExistsAsync()()()()

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(BlobRequestOptions, OperationContext)(BlobRequestOptions^, OperationContext^)(BlobRequestOptions, OperationContext)(BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions^, OperationContext^, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodExistsAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to check existence of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync()()()()

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodFetchAttributesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to populate the blob's properties and metadata. (Inherited from CloudBlob.)

System_CAPS_protmethodFinalize()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy)(SharedAccessBlobPolicy^)(SharedAccessBlobPolicy)(SharedAccessBlobPolicy)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders)(SharedAccessBlobPolicy, SharedAccessBlobHeaders)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^, String^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessBlobPolicy^, SharedAccessBlobHeaders^, String^, Nullable<SharedAccessProtocol>, IPAddressOrRange^)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable<SharedAccessProtocol>, IPAddressOrRange)(SharedAccessBlobPolicy, SharedAccessBlobHeaders, String, Nullable(Of SharedAccessProtocol), IPAddressOrRange)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetSharedAccessSignature(SharedAccessBlobPolicy, String)(SharedAccessBlobPolicy^, String^)(SharedAccessBlobPolicy, String)(SharedAccessBlobPolicy, String)

Returns a shared access signature for the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()()()()

(Inherited from Object.)

System_CAPS_pubmethodOpenReadAsync()()()()

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenReadAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to open a stream for reading from the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodOpenWriteAsync()()()()

Initiates an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodOpenWriteAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodOpenWriteAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodOpenWriteAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the blob.

System_CAPS_pubmethodPutBlockAsync(String, Stream, String)(String^, Stream^, String^)(String, Stream, String)(String, Stream, String)

Initiates an asynchronous operation to upload a single block.

System_CAPS_pubmethodPutBlockAsync(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext)(String^, Stream^, String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a single block.

System_CAPS_pubmethodPutBlockAsync(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, Stream^, String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, Stream, String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a single block.

System_CAPS_pubmethodPutBlockAsync(String, Stream, String, CancellationToken)(String^, Stream^, String^, CancellationToken)(String, Stream, String, CancellationToken)(String, Stream, String, CancellationToken)

Initiates an asynchronous operation to upload a single block.

System_CAPS_pubmethodPutBlockListAsync(IEnumerable<String>)(IEnumerable<String^>^)(IEnumerable<String>)(IEnumerable(Of String))

Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodPutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext)(IEnumerable<String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^)(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext)(IEnumerable(Of String), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodPutBlockListAsync(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IEnumerable<String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(IEnumerable<String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IEnumerable(Of String), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodPutBlockListAsync(IEnumerable<String>, CancellationToken)(IEnumerable<String^>^, CancellationToken)(IEnumerable<String>, CancellationToken)(IEnumerable(Of String), CancellationToken)

Initiates an asynchronous operation to upload a list of blocks to a new or existing blob.

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition)(AccessCondition^)(AccessCondition)(AccessCondition)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodReleaseLeaseAsync(AccessCondition, CancellationToken)(AccessCondition^, CancellationToken)(AccessCondition, CancellationToken)(AccessCondition, CancellationToken)

Initiates an asynchronous operation to release the lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition)(AccessCondition^)(AccessCondition)(AccessCondition)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodRenewLeaseAsync(AccessCondition, CancellationToken)(AccessCondition^, CancellationToken)(AccessCondition, CancellationToken)(AccessCondition, CancellationToken)

Initiates an asynchronous operation to renew a lease on this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync()()()()

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetMetadataAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to update the blob's metadata. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync()()()()

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSetPropertiesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to update the blob's properties. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync()()()()

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodSnapshotAsync(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary<String^, String^>^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(IDictionary<String, String>, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(IDictionary(Of String, String), AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to create a snapshot of the blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(CloudBlockBlob)(CloudBlockBlob^)(CloudBlockBlob)(CloudBlockBlob)

Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudBlockBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudBlockBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudBlockBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudBlockBlob, CancellationToken)(CloudBlockBlob^, CancellationToken)(CloudBlockBlob, CancellationToken)(CloudBlockBlob, CancellationToken)

Initiates an asynchronous operation to start copying another block blob's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudFile)(CloudFile^)(CloudFile)(CloudFile)

Initiates an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudFile^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudFile^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(CloudFile, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(CloudFile, CancellationToken)(CloudFile^, CancellationToken)(CloudFile, CancellationToken)(CloudFile, CancellationToken)

Initiates an asynchronous operation to start copying a file's contents, properties, and metadata to this block blob.

System_CAPS_pubmethodStartCopyAsync(Uri)(Uri^)(Uri)(Uri)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Uri^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Uri, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodStartCopyAsync(Uri, CancellationToken)(Uri^, CancellationToken)(Uri, CancellationToken)(Uri, CancellationToken)

Initiates an asynchronous operation to start copying another blob's contents, properties, and metadata to this blob. (Inherited from CloudBlob.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32)(array<Byte>^, Int32, Int32)(Byte[], Int32, Int32)(Byte(), Int32, Int32)

Initiates an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(array<Byte>^, Int32, Int32, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Byte[], Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Byte(), Int32, Int32, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodUploadFromByteArrayAsync(Byte[], Int32, Int32, CancellationToken)(array<Byte>^, Int32, Int32, CancellationToken)(Byte[], Int32, Int32, CancellationToken)(Byte(), Int32, Int32, CancellationToken)

Initiates an asynchronous operation to upload the contents of a byte array to a blob.

System_CAPS_pubmethodUploadFromFileAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, AccessCondition, BlobRequestOptions, OperationContext)(String, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodUploadFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to upload a file to a blob. If the blob already exists, it will be overwritten.

System_CAPS_pubmethodUploadFromStreamAsync(Stream)(Stream^)(Stream)(Stream)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, AccessCondition, BlobRequestOptions, OperationContext)(Stream, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64)(Stream^, Int64)(Stream, Int64)(Stream, Int64)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream^, Int64, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(Stream, Int64, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadFromStreamAsync(Stream, Int64, CancellationToken)(Stream^, Int64, CancellationToken)(Stream, Int64, CancellationToken)(Stream, Int64, CancellationToken)

Initiates an asynchronous operation to upload a stream to a block blob.

System_CAPS_pubmethodUploadTextAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodUploadTextAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodUploadTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to upload a string of text to a blob.

System_CAPS_pubmethodUploadTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String^, Encoding^, AccessCondition^, BlobRequestOptions^, OperationContext^, CancellationToken)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to upload a string of text to a blob.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top