MockAdlsClient.BulkUpload 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.
Charge le fichier en bloc uniquement. Lit un fichier local et gère le flux de mémoire de l’entrée
public override Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus BulkUpload (string srcPath, string destPath, int numThreads = -1, Microsoft.Azure.DataLake.Store.IfExists shouldOverwrite = Microsoft.Azure.DataLake.Store.IfExists.Overwrite, IProgress<Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus> progressTracker = default, bool notRecurse = false, bool resume = false, bool isBinary = false, System.Threading.CancellationToken cancelToken = default);
override this.BulkUpload : string * string * int * Microsoft.Azure.DataLake.Store.IfExists * IProgress<Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus> * bool * bool * bool * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus
Public Overrides Function BulkUpload (srcPath As String, destPath As String, Optional numThreads As Integer = -1, Optional shouldOverwrite As IfExists = Microsoft.Azure.DataLake.Store.IfExists.Overwrite, Optional progressTracker As IProgress(Of TransferStatus) = Nothing, Optional notRecurse As Boolean = false, Optional resume As Boolean = false, Optional isBinary As Boolean = false, Optional cancelToken As CancellationToken = Nothing) As TransferStatus
Paramètres
- srcPath
- String
Chemin d’accès de la source locale
- destPath
- String
Chemin d’accès de destination distante : il doit toujours s’agir d’un répertoire.
- numThreads
- Int32
Non utilisé
- shouldOverwrite
- IfExists
Indique s’il faut remplacer ou ignorer si la destination existe
- progressTracker
- IProgress<TransferStatus>
Non utilisé
- notRecurse
- Boolean
Non utilisé
- resume
- Boolean
Non utilisé
- isBinary
- Boolean
Non utilisé
- cancelToken
- CancellationToken
Retours
État du transfert encapsulant les détails du chargement
S’applique à
Azure SDK for .NET