ITransferManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ITransferManager
type ITransferManager = interface
Public Interface ITransferManager
Methods
| Name | Description |
|---|---|
| DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure blob from Azure Blob Storage. |
| DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken) | |
| DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken) |
Download an Azure file from Azure File Storage. |
| DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken) | |
| UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken) |
Upload a file to Azure Blob Storage. |
| UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken) | |
| UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext, CancellationToken) |
Upload a file to Azure File Storage. |
| UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext, CancellationToken) | |