Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Represents an append blob, a type of blob where blocks of data are always committed to the end of the blob.

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.::..CloudAppendBlob

Syntax

 
public class CloudAppendBlob : CloudBlob, ICloudBlob, IListBlobItem
 
public ref class CloudAppendBlob : CloudBlob, ICloudBlob, IListBlobItem
 
type CloudAppendBlob = 
    class
        inherit CloudBlob
        interface ICloudBlob
        interface IListBlobItem
    end
 
Public Class CloudAppendBlob
	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 number of bytes to buffer when writing to an append blob stream.

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_pubmethodAppendBlockAsync(Stream, String)(Stream^, String^)(Stream, String)(Stream, String)

Initiates an asynchronous operation to commit a new block of data to the end of the blob.

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

Initiates an asynchronous operation to commit a new block of data to the end of the blob.

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

Initiates an asynchronous operation to commit a new block of data to the end of the blob.

System_CAPS_pubmethodAppendBlockAsync(Stream, String, CancellationToken)(Stream^, String^, CancellationToken)(Stream, String, CancellationToken)(Stream, String, CancellationToken)

Initiates an asynchronous operation to commit a new block of data to the end of the blob.

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

Initiates an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromByteArrayAsync(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 append the contents of a byte array to an append blob.This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

System_CAPS_pubmethodAppendFromByteArrayAsync(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 an append blob.This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

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

Initiates an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromFileAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to append a file to an append blob. Recommended only for single-writer scenarios.

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

Initiates an asynchronous operation to append a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromFileAsync(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 append a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromFileAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to append a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(Stream)(Stream^)(Stream)(Stream)

Initiates an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

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

Initiates an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(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 append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(Stream, CancellationToken)(Stream^, CancellationToken)(Stream, CancellationToken)(Stream, CancellationToken)

Initiates an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(Stream, Int64)(Stream^, Int64)(Stream, Int64)(Stream, Int64)

Initiates an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(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 append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(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 append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendFromStreamAsync(Stream, Int64, CancellationToken)(Stream^, Int64, CancellationToken)(Stream, Int64, CancellationToken)(Stream, Int64, CancellationToken)

Initiates an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodAppendTextAsync(String)(String^)(String)(String)

Initiates an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

System_CAPS_pubmethodAppendTextAsync(String, CancellationToken)(String^, CancellationToken)(String, CancellationToken)(String, CancellationToken)

Initiates an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

System_CAPS_pubmethodAppendTextAsync(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 append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

System_CAPS_pubmethodAppendTextAsync(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 append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

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_pubmethodBeginAppendBlock(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to commit a new block of data to the end of the blob.

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

Begins an asynchronous operation to commit a new block of data to the end of the blob.

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

Begins an asynchronous operation to commit a new block of data to the end of the blob.

System_CAPS_pubmethodBeginAppendFromByteArray(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 append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromByteArray(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 append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromFile(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 append a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromFile(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to append a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromStream(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 append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromStream(Stream, AsyncCallback, Object)(Stream^, AsyncCallback^, Object^)(Stream, AsyncCallback, Object)(Stream, AsyncCallback, Object)

Begins an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendFromStream(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 append a stream to an append blob. Recommended only for single-writer scenarios.

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

Begins an asynchronous operation to append a stream to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodBeginAppendText(String, AsyncCallback, Object)(String^, AsyncCallback^, Object^)(String, AsyncCallback, Object)(String, AsyncCallback, Object)

Begins an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

System_CAPS_pubmethodBeginAppendText(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 append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

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_pubmethodBeginCreateOrReplace(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 create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition.

System_CAPS_pubmethodBeginCreateOrReplace(AsyncCallback, Object)(AsyncCallback^, Object^)(AsyncCallback, Object)(AsyncCallback, Object)

Begins an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use BeginCreateOrReplace.

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_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(Boolean, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Boolean, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Boolean, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(Boolean, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

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

Begins an asynchronous operation to open a stream for writing to the 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(CloudAppendBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudAppendBlob^, AccessCondition^, AccessCondition^, BlobRequestOptions^, OperationContext^, AsyncCallback^, Object^)(CloudAppendBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)(CloudAppendBlob, AccessCondition, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)

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

System_CAPS_pubmethodBeginStartCopy(CloudAppendBlob, AsyncCallback, Object)(CloudAppendBlob^, AsyncCallback^, Object^)(CloudAppendBlob, AsyncCallback, Object)(CloudAppendBlob, AsyncCallback, Object)

Begins an asynchronous operation to start copying another append blob's contents, properties, and metadata to this append 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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

Begins an asynchronous operation to upload a file to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

Begins an asynchronous operation to upload a stream to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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_pubmethodCreateOrReplaceAsync()()()()

Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateOrReplaceAsync.

System_CAPS_pubmethodCreateOrReplaceAsync(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition^, BlobRequestOptions^, OperationContext^)(AccessCondition, BlobRequestOptions, OperationContext)(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition.

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

Initiates an asynchronous operation to create an empty append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, pass in an AccessCondition object generated using GenerateIfNotExistsCondition.

System_CAPS_pubmethodCreateOrReplaceAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Initiates an asynchronous operation to create an append blob. If the blob already exists, this operation will overwrite it. To throw an exception if the blob exists, instead of overwriting, use CreateOrReplaceAsync.

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_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_pubmethodEndAppendBlock(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to commit a new block of data to the end of the blob.

System_CAPS_pubmethodEndAppendFromByteArray(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to append the contents of a byte array to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodEndAppendFromFile(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to upload a file to an append blob. Recommended only for single-writer scenarios.

System_CAPS_pubmethodEndAppendFromStream(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to append a stream to an append blob.

System_CAPS_pubmethodEndAppendText(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to append a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

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_pubmethodEndCreateOrReplace(IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)

Ends an asynchronous operation to create an append blob.

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_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_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 an append blob. Recommended only for single-writer scenarios.

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

Ends an asynchronous operation to upload a file to an append blob. Recommended only for single-writer scenarios.

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

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

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

Ends an asynchronous operation to upload a string of text to an append blob. This API should be used strictly in a single writer scenario because the API internally uses the append-offset conditional header to avoid duplicate blocks which does not work in a multiple writer scenario.

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(Boolean)(Boolean)(Boolean)(Boolean)

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

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

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

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

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

System_CAPS_pubmethodOpenWriteAsync(Boolean, CancellationToken)(Boolean, CancellationToken)(Boolean, CancellationToken)(Boolean, CancellationToken)

Initiates an asynchronous operation to open a stream for writing to the 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(CloudAppendBlob)(CloudAppendBlob^)(CloudAppendBlob)(CloudAppendBlob)

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

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

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

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

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

System_CAPS_pubmethodStartCopyAsync(CloudAppendBlob, CancellationToken)(CloudAppendBlob^, CancellationToken)(CloudAppendBlob, CancellationToken)(CloudAppendBlob, CancellationToken)

Initiates an asynchronous operation to start copying another append blob's contents, properties, and metadata to this append 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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

Initiates an asynchronous operation to upload a file to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

Initiates an asynchronous operation to upload a file to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

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

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

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

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

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

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

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

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

Initiates an asynchronous operation to upload a string of text to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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

Initiates an asynchronous operation to upload a string of text to an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

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 an append blob. If the blob already exists, it will be overwritten. Recommended only for single-writer scenarios.

Represents an append blob, a type of blob where blocks of data are always committed to the end of the 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