FileSystemOperationsExtensions.ConcatAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Verkettet die Liste der Quelldateien in die Zieldatei und entfernt alle Quelldateien nach Erfolg.
public static System.Threading.Tasks.Task ConcatAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string destinationPath, System.Collections.Generic.IList<string> sources, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task ConcatAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, System.Collections.Generic.IList<string> sources, System.Threading.CancellationToken cancellationToken = default);
static member ConcatAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
static member ConcatAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ConcatAsync (operations As IFileSystemOperations, accountName As String, destinationPath As String, sources As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task
<Extension()>
Public Function ConcatAsync (operations As IFileSystemOperations, accountName As String, path As String, sources As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task
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.
Eine Liste der durch Kommas getrennten Data Lake Store-Pfade (beginnend mit "/") der zu verkettenden Dateien in der Reihenfolge, in der sie verkettet werden sollen.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET