Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
AppendTextAsync(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. | |
AppendTextAsync(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. | |
AppendTextAsync(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. | |
AppendTextAsync(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. |