AdlsClient.ConcurrentAppend(String, Boolean, Byte[], Int32, Int32) 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 synchrone pour effectuer l’ajout simultané sur le serveur. Le décalage auquel l’ajout se produira est déterminé par le serveur. 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 void ConcurrentAppend (string path, bool autoCreate, byte[] dataBytes, int offset, int length);
abstract member ConcurrentAppend : string * bool * byte[] * int * int -> unit
override this.ConcurrentAppend : string * bool * byte[] * int * int -> unit
Public Overridable Sub ConcurrentAppend (path As String, autoCreate As Boolean, dataBytes As Byte(), offset As Integer, length As Integer)
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
S’applique à
Azure SDK for .NET