Click or drag to resize

TransferManager Class

TransferManager class
Inheritance Hierarchy
SystemObject
  Microsoft.Azure.Storage.DataMovementTransferManager

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public static class TransferManager

The TransferManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConfigurations
Gets or sets the transfer configurations associated with the transfer manager
Top
Methods
  NameDescription
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean)
Copy file from an specified URI to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext)
Copy file from an specified URI to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of one Azure blob to another.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure blob to an Azure file.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure file to an Azure blob.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken) Obsolete.
Copy content, properties and metadata of an Azure file to another.
Public methodStatic memberCopyAsync(Uri, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Copy file from an specified URI to an Azure blob.
Public methodStatic memberCopyAsync(Uri, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Copy file from an specified URI to an Azure file.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)
Copy an Azure blob directory to another Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext) Obsolete.
Copy an Azure blob directory to another Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)
Copy an Azure blob directory to an Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext) Obsolete.
Copy an Azure blob directory to an Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)
Copy an Azure file directory to an Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext) Obsolete.
Copy an Azure file directory to an Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)
Copy an Azure file directory to another Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext) Obsolete.
Copy an Azure file directory to another Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Copy an Azure blob directory to another Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken) Obsolete.
Copy an Azure blob directory to another Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Copy an Azure blob directory to an Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken) Obsolete.
Copy an Azure blob directory to an Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Copy an Azure file directory to an Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken) Obsolete.
Copy an Azure file directory to an Azure blob directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Copy an Azure file directory to another Azure file directory.
Public methodStatic memberCopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken) Obsolete.
Copy an Azure file directory to another Azure file directory.
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.
Public methodStatic memberDownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)
Download an Azure blob directory from Azure Blob Storage.
Public methodStatic memberDownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)
Download an Azure file directory from Azure File Storage.
Public methodStatic memberDownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Download an Azure blob directory from Azure Blob Storage.
Public methodStatic memberDownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Download an Azure file directory from Azure File Storage.
Public methodStatic memberUploadAsync(Stream, CloudBlob)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(Stream, CloudFile)
Upload a file to Azure File Storage.
Public methodStatic memberUploadAsync(String, CloudBlob)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(String, CloudFile)
Upload a file to Azure File Storage.
Public methodStatic memberUploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext)
Upload a file to Azure File Storage.
Public methodStatic memberUploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(String, CloudFile, UploadOptions, SingleTransferContext)
Upload a file to Azure File Storage.
Public methodStatic memberUploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)
Upload a file to Azure File Storage.
Public methodStatic memberUploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext, CancellationToken)
Upload a file to Azure Blob Storage.
Public methodStatic memberUploadAsync(String, CloudFile, UploadOptions, SingleTransferContext, CancellationToken)
Upload a file to Azure File Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudBlobDirectory)
Upload a directory to Azure Blob Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudFileDirectory)
Upload a directory to Azure File Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudBlobDirectory, UploadDirectoryOptions, DirectoryTransferContext)
Upload a directory to Azure Blob Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudFileDirectory, UploadDirectoryOptions, DirectoryTransferContext)
Upload a directory to Azure File Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudBlobDirectory, UploadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Upload a directory to Azure Blob Storage.
Public methodStatic memberUploadDirectoryAsync(String, CloudFileDirectory, UploadDirectoryOptions, DirectoryTransferContext, CancellationToken)
Upload a directory to Azure File Storage.
Top
See Also