AdlsClient.ConcurrentAppendAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET