Partager via


AdlsClient.ConcurrentAppendAsync Méthode

Définition

API asynchrone pour effectuer l’ajout simultané sur le serveur. Le décalage auquel l’ajout se produira est déterminé par le serveur. Opération asynchrone. Il est vivement recommandé d’appeler cette API avec une taille de données inférieure à 4 Mo. Le back-end génère des ajouts atomiques de 4 Mo.

public virtual System.Threading.Tasks.Task ConcurrentAppendAsync (string path, bool autoCreate, byte[] dataBytes, int offset, int length, System.Threading.CancellationToken cancelToken = default);
abstract member ConcurrentAppendAsync : string * bool * byte[] * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ConcurrentAppendAsync : string * bool * byte[] * int * int * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ConcurrentAppendAsync (path As String, autoCreate As Boolean, dataBytes As Byte(), offset As Integer, length As Integer, Optional cancelToken As CancellationToken = Nothing) As Task

Paramètres

path
String

Chemin du fichier

autoCreate
Boolean
dataBytes
Byte[]

Tableau d’octets à écrire dans le fichier

offset
Int32

Décalage dans le tableau d’octets

length
Int32

Nombre d’octets à écrire à partir du décalage

cancelToken
CancellationToken

CancellationToken pour annuler la demande

Retours

S’applique à