Core.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.
Effectue l’ajout simultané de manière asynchrone sur le serveur. Le décalage auquel l’ajout se produit est déterminé par le serveur
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
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
- client
- AdlsClient
ADLS Client
- req
- RequestOptions
Options permettant de modifier le comportement de la requête Http
- resp
- OperationResponse
Stocke la réponse/l’ouput de la requête Http
- cancelToken
- CancellationToken
CancelToken pour annuler la demande
Retours
S’applique à
Azure SDK for .NET