CloudAppendBlob.AppendTextAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken) |
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。 |
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext) |
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。 |
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken) |
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。 |
AppendTextAsync(String) |
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。 |
AppendTextAsync(String, CancellationToken) |
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。 |
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task AppendTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function AppendTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
パラメーター
- content
- String
アップロードするテキストを表す文字列です。
- accessCondition
- AccessCondition
要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
注釈
シングルライター シナリオがある場合は、このフラグを にtrue
設定することがシナリオで許容されるかどうかを判断する方法を参照してくださいAbsorbConditionalErrorsOnRetry。
適用対象
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext)
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task AppendTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
override this.AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function AppendTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext) As Task
パラメーター
- content
- String
アップロードするテキストを表す文字列です。
- accessCondition
- AccessCondition
要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
注釈
シングルライター シナリオがある場合は、このフラグを にtrue
設定することがシナリオで許容されるかどうかを判断する方法を参照してくださいAbsorbConditionalErrorsOnRetry。
適用対象
AppendTextAsync(String, Encoding, AccessCondition, BlobRequestOptions, OperationContext, IProgress<StorageProgress>, CancellationToken)
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task AppendTextAsync (string content, System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> progressHandler, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AppendTextAsync : string * System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * IProgress<Microsoft.Azure.Storage.Core.Util.StorageProgress> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function AppendTextAsync (content As String, encoding As Encoding, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, progressHandler As IProgress(Of StorageProgress), cancellationToken As CancellationToken) As Task
パラメーター
- content
- String
アップロードするテキストを表す文字列です。
- accessCondition
- AccessCondition
要求を実行するために満たす必要のある条件を表す AccessCondition オブジェクトです。
- options
- BlobRequestOptions
要求の追加オプションを指定する BlobRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- progressHandler
- IProgress<StorageProgress>
IProgress<T>メッセージを処理StorageProgressする オブジェクト。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
注釈
シングルライター シナリオがある場合は、このフラグを にtrue
設定することがシナリオで許容されるかどうかを判断する方法を参照してくださいAbsorbConditionalErrorsOnRetry。
適用対象
AppendTextAsync(String)
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task AppendTextAsync (string content);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member AppendTextAsync : string -> System.Threading.Tasks.Task
override this.AppendTextAsync : string -> System.Threading.Tasks.Task
Public Overridable Function AppendTextAsync (content As String) As Task
パラメーター
- content
- String
アップロードするテキストを表す文字列です。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
AppendTextAsync(String, CancellationToken)
テキストの文字列を追加 BLOB に追加する非同期操作を開始します。 この API は、複数のライター シナリオでは機能しない重複ブロックを回避するために、アペンド オフセット条件付きヘッダーを内部的に使用するため、1 つのライター シナリオでは厳密に使用する必要があります。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task AppendTextAsync (string content, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member AppendTextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.AppendTextAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function AppendTextAsync (content As String, cancellationToken As CancellationToken) As Task
パラメーター
- content
- String
アップロードするテキストを表す文字列です。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
- 属性
適用対象
Azure SDK for .NET