Compartilhar via


MockAdlsClient.BulkDownload Método

Definição

Lê dados do fluxo de memória e os salva no arquivo 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

Parâmetros

srcPath
String

Caminho de origem remoto

destPath
String

Caminho de destino local. Deve ser sempre um diretório.

numThreads
Int32

Não usado

shouldOverwrite
IfExists

Se deseja substituir ou ignorar se o destino existe

progressTracker
IProgress<TransferStatus>

Não usado

notRecurse
Boolean

Não usado

resume
Boolean

Não usado

cancelToken
CancellationToken

Retornos

Transferir status encapsulando os detalhes do download

Aplica-se a