Click or drag to resize

TransferManagerDownloadAsync Method

Overload List
  NameDescription
Public methodStatic memberDownloadAsync(CloudBlob, Stream)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudBlob, String)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudFile, Stream)
Download an Azure file from Azure File Storage.
Public methodStatic memberDownloadAsync(CloudFile, String)
Download an Azure file from Azure File Storage.
Public methodStatic memberDownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)
Download an Azure file from Azure File Storage.
Public methodStatic memberDownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)
Download an Azure file from Azure File Storage.
Public methodStatic memberDownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
Download an Azure blob from Azure Blob Storage.
Public methodStatic memberDownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken)
Download an Azure file from Azure File Storage.
Public methodStatic memberDownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)
Download an Azure file from Azure File Storage.
Top
See Also