Share via


TransferManager.DownloadDirectoryAsync Method (CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)

 

Download an Azure blob directory from Azure Blob Storage.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

Syntax

public static Task<TransferStatus> DownloadDirectoryAsync(
    CloudBlobDirectory sourceBlobDir,
    string destPath,
    DownloadDirectoryOptions options,
    DirectoryTransferContext context
)

Parameters

Return Value

Type: System.Threading.Tasks.Task<TransferStatus>

A Task<TResult> object of type TransferStatus that represents the asynchronous operation.

See Also

DownloadDirectoryAsync Overload
TransferManager Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top