FileSystemOperationsExtensions.ConcatAsync 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.
Concatène la liste des fichiers sources dans le fichier de destination, en supprimant tous les fichiers sources en cas de réussite.
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
Paramètres
- operations
- IFileSystemOperations
Groupe d’opérations pour cette méthode d’extension.
- 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.
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.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET