CloudAppendBlob.AppendTextAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
Namespace:
Microsoft.WindowsAzure.Storage.Blob
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.
Return to top
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. |