次の方法で共有


Core.ConcurrentAppendAsync メソッド

定義

サーバーで同時追加を非同期的に実行します。 追加が行われるオフセットは、サーバーによって決定されます

public static System.Threading.Tasks.Task ConcurrentAppendAsync (string path, bool autoCreate, byte[] dataBytes, int offset, int length, Microsoft.Azure.DataLake.Store.AdlsClient client, Microsoft.Azure.DataLake.Store.RequestOptions req, Microsoft.Azure.DataLake.Store.OperationResponse resp, System.Threading.CancellationToken cancelToken = default);
static member ConcurrentAppendAsync : string * bool * byte[] * int * int * Microsoft.Azure.DataLake.Store.AdlsClient * Microsoft.Azure.DataLake.Store.RequestOptions * Microsoft.Azure.DataLake.Store.OperationResponse * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function ConcurrentAppendAsync (path As String, autoCreate As Boolean, dataBytes As Byte(), offset As Integer, length As Integer, client As AdlsClient, req As RequestOptions, resp As OperationResponse, Optional cancelToken As CancellationToken = Nothing) As Task

パラメーター

path
String

ファイルのパス

autoCreate
Boolean
dataBytes
Byte[]

ファイルに書き込むバイトの配列

offset
Int32

バイト配列内のオフセット

length
Int32

オフセットから書き込むバイト数

client
AdlsClient

ADLS クライアント

req
RequestOptions

Http 要求の動作を変更するオプション

resp
OperationResponse

Http 要求の応答/出力を格納します

cancelToken
CancellationToken

要求を取り消す CancellationToken

戻り値

適用対象