TransferManager Methods

 

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of one Azure blob to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure blob to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure file to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy content, properties and metadata of an Azure file to another.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy file from an specified URI to an Azure blob.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean)

Copy file from an specified URI to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext)

Copy file from an specified URI to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)

Copy file from an specified URI to an Azure file.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure blob directory to another Azure blob directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure blob directory to another Azure blob directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure blob directory to an Azure file directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure blob directory to an Azure file directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure file directory to an Azure blob directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure file directory to an Azure blob directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure file directory to another Azure file directory.

System_CAPS_pubmethodSystem_CAPS_static CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure file directory to another Azure file directory.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, Stream)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, String)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)

Download an Azure blob from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, Stream)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext, CancellationToken)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, String)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)

Download an Azure file from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)

Download an Azure blob directory from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)

Download an Azure blob directory from Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)

Download an Azure file directory from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)

Download an Azure file directory from Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudBlob)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudFile)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudBlob)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)

Upload a file to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudFile)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)

Upload a file to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudBlobDirectory)

Upload a directory to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudBlobDirectory, UploadDirectoryOptions, DirectoryTransferContext)

Upload a directory to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudBlobDirectory, UploadDirectoryOptions, DirectoryTransferContext, CancellationToken)

Upload a directory to Azure Blob Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudFileDirectory)

Upload a directory to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudFileDirectory, UploadDirectoryOptions, DirectoryTransferContext)

Upload a directory to Azure File Storage.

System_CAPS_pubmethodSystem_CAPS_static UploadDirectoryAsync(String, CloudFileDirectory, UploadDirectoryOptions, DirectoryTransferContext, CancellationToken)

Upload a directory to Azure File Storage.

See Also

TransferManager Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top