Partager via


IFileSystemOperations.ConcatWithHttpMessagesAsync Méthode

Définition

Concatène la liste des fichiers sources dans le fichier de destination, en supprimant tous les fichiers sources en cas de réussite.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ConcatWithHttpMessagesAsync (string accountName, string destinationPath, System.Collections.Generic.IList<string> sources, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> ConcatWithHttpMessagesAsync (string accountName, string path, System.Collections.Generic.IList<string> sources, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ConcatWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
abstract member ConcatWithHttpMessagesAsync : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function ConcatWithHttpMessagesAsync (accountName As String, destinationPath As String, sources As IList(Of String), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)
Public Function ConcatWithHttpMessagesAsync (accountName As String, path As String, sources As IList(Of String), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Paramètres

accountName
String

Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.

destinationPathpath
String

Chemin d’accès Data Lake Store (commençant par « / ») du fichier de destination résultant de la concaténation.

sources
IList<String>

Liste des chemins Data Lake Store séparés par des virgules (commençant par « / ») des fichiers à concaténer, dans l’ordre dans lequel ils doivent être concaténés.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à