Freigeben über


FileSystemOperationsExtensions.Concat Methode

Definition

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

public static void Concat (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string destinationPath, System.Collections.Generic.IList<string> sources);
public static void Concat (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, System.Collections.Generic.IList<string> sources);
static member Concat : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> -> unit
static member Concat : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> -> unit
<Extension()>
Public Sub Concat (operations As IFileSystemOperations, accountName As String, destinationPath As String, sources As IList(Of String))
<Extension()>
Public Sub Concat (operations As IFileSystemOperations, accountName As String, path As String, sources As IList(Of String))

Parameter

operations
IFileSystemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

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.

Gilt für: