Freigeben über


IFileSystemOperations.ConcatWithHttpMessagesAsync Methode

Definition

Verkettet die Liste der Quelldateien in die Zieldatei und entfernt alle Quelldateien bei Erfolg.

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)

Parameter

accountName
String

Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.

destinationPathpath
String

Der Data Lake Store-Pfad (beginnend mit "/") der Zieldatei, die sich aus der Verkettung ergibt.

sources
IList<String>

Eine Liste der durch Trennzeichen getrennten Data Lake Store-Pfade (beginnend mit "/") der zu verkettenden Dateien in der Reihenfolge, in der sie verkettet werden sollen.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: