Partager via


MockAdlsClient.BulkDownload Méthode

Définition

Lit les données à partir du flux de mémoire et les enregistre dans un fichier local

public override Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus BulkDownload (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, System.Threading.CancellationToken cancelToken = default);
override this.BulkDownload : string * string * int * Microsoft.Azure.DataLake.Store.IfExists * IProgress<Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus> * bool * bool * System.Threading.CancellationToken -> Microsoft.Azure.DataLake.Store.FileTransfer.TransferStatus
Public Overrides Function BulkDownload (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 cancelToken As CancellationToken = Nothing) As TransferStatus

Paramètres

srcPath
String

Chemin d’accès source distant

destPath
String

Chemin d’accès de destination local. Il doit toujours s’agir d’un répertoire.

numThreads
Int32

Non utilisé

shouldOverwrite
IfExists

S’il faut remplacer ou ignorer si la destination existe

progressTracker
IProgress<TransferStatus>

Non utilisé

notRecurse
Boolean

Non utilisé

resume
Boolean

Non utilisé

cancelToken
CancellationToken

Retours

Transférer status encapsuler les détails du téléchargement

S’applique à