TransferManager Class

Definition

TransferManager class

public static class TransferManager
type TransferManager = class
Public Class TransferManager
Inheritance
TransferManager

Properties

Configurations

Gets or sets the transfer configurations associated with the transfer manager

Methods

CopyAsync(CloudBlob, CloudBlob, Boolean)
Obsolete.

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

CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext)
Obsolete.

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

CopyAsync(CloudBlob, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Obsolete.

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

CopyAsync(CloudBlob, CloudBlob, CopyMethod)

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

CopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)

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

CopyAsync(CloudBlob, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)

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

CopyAsync(CloudBlob, CloudFile, Boolean)
Obsolete.

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

CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext)
Obsolete.

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

CopyAsync(CloudBlob, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Obsolete.

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

CopyAsync(CloudBlob, CloudFile, CopyMethod)

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

CopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)

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

CopyAsync(CloudBlob, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)

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

CopyAsync(CloudFile, CloudBlob, Boolean)
Obsolete.

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

CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext)
Obsolete.

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

CopyAsync(CloudFile, CloudBlob, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Obsolete.

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

CopyAsync(CloudFile, CloudBlob, CopyMethod)

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

CopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext)

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

CopyAsync(CloudFile, CloudBlob, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)

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

CopyAsync(CloudFile, CloudFile, Boolean)
Obsolete.

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

CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext)
Obsolete.

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

CopyAsync(CloudFile, CloudFile, Boolean, CopyOptions, SingleTransferContext, CancellationToken)
Obsolete.

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

CopyAsync(CloudFile, CloudFile, CopyMethod)

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

CopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext)

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

CopyAsync(CloudFile, CloudFile, CopyMethod, CopyOptions, SingleTransferContext, CancellationToken)

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

CopyAsync(Uri, CloudBlob, Boolean)

Copy file from an specified URI to an Azure blob.

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

Copy file from an specified URI to an Azure blob.

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

Copy file from an specified URI to an Azure blob.

CopyAsync(Uri, CloudFile, Boolean)

Copy file from an specified URI to an Azure file.

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

Copy file from an specified URI to an Azure file.

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

Copy file from an specified URI to an Azure file.

CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)
Obsolete.

Copy an Azure blob directory to another Azure blob directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Obsolete.

Copy an Azure blob directory to another Azure blob directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure blob directory to another Azure blob directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure blob directory to another Azure blob directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)
Obsolete.

Copy an Azure blob directory to an Azure file directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Obsolete.

Copy an Azure blob directory to an Azure file directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure blob directory to an Azure file directory.

CopyDirectoryAsync(CloudBlobDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure blob directory to an Azure file directory.

CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)
Obsolete.

Copy an Azure file directory to an Azure blob directory.

CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Obsolete.

Copy an Azure file directory to an Azure blob directory.

CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure file directory to an Azure blob directory.

CopyDirectoryAsync(CloudFileDirectory, CloudBlobDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure file directory to an Azure blob directory.

CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext)
Obsolete.

Copy an Azure file directory to another Azure file directory.

CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, Boolean, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)
Obsolete.

Copy an Azure file directory to another Azure file directory.

CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext)

Copy an Azure file directory to another Azure file directory.

CopyDirectoryAsync(CloudFileDirectory, CloudFileDirectory, CopyMethod, CopyDirectoryOptions, DirectoryTransferContext, CancellationToken)

Copy an Azure file directory to another Azure file directory.

DownloadAsync(CloudBlob, Stream)

Download an Azure blob from Azure Blob Storage.

DownloadAsync(CloudBlob, Stream, DownloadOptions, SingleTransferContext)

Download an Azure blob from Azure Blob Storage.

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

Download an Azure blob from Azure Blob Storage.

DownloadAsync(CloudBlob, String)

Download an Azure blob from Azure Blob Storage.

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext)

Download an Azure blob from Azure Blob Storage.

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

Download an Azure blob from Azure Blob Storage.

DownloadAsync(CloudFile, Stream)

Download an Azure file from Azure File Storage.

DownloadAsync(CloudFile, Stream, DownloadOptions, SingleTransferContext)

Download an Azure file from Azure File Storage.

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

Download an Azure file from Azure File Storage.

DownloadAsync(CloudFile, String)

Download an Azure file from Azure File Storage.

DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext)

Download an Azure file from Azure File Storage.

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

Download an Azure file from Azure File Storage.

DownloadDirectoryAsync(CloudBlobDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)

Download an Azure blob directory from Azure Blob Storage.

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

Download an Azure blob directory from Azure Blob Storage.

DownloadDirectoryAsync(CloudFileDirectory, String, DownloadDirectoryOptions, DirectoryTransferContext)

Download an Azure file directory from Azure File Storage.

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

Download an Azure file directory from Azure File Storage.

UploadAsync(Stream, CloudBlob)

Upload a file to Azure Blob Storage.

UploadAsync(Stream, CloudBlob, UploadOptions, SingleTransferContext)

Upload a file to Azure Blob Storage.

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

Upload a file to Azure Blob Storage.

UploadAsync(Stream, CloudFile)

Upload a file to Azure File Storage.

UploadAsync(Stream, CloudFile, UploadOptions, SingleTransferContext)

Upload a file to Azure File Storage.

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

Upload a file to Azure File Storage.

UploadAsync(String, CloudBlob)

Upload a file to Azure Blob Storage.

UploadAsync(String, CloudBlob, UploadOptions, SingleTransferContext)

Upload a file to Azure Blob Storage.

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

Upload a file to Azure Blob Storage.

UploadAsync(String, CloudFile)

Upload a file to Azure File Storage.

UploadAsync(String, CloudFile, UploadOptions, SingleTransferContext)

Upload a file to Azure File Storage.

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

Upload a file to Azure File Storage.

UploadDirectoryAsync(String, CloudBlobDirectory)

Upload a directory to Azure Blob Storage.

UploadDirectoryAsync(String, CloudBlobDirectory, UploadDirectoryOptions, DirectoryTransferContext)

Upload a directory to Azure Blob Storage.

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

Upload a directory to Azure Blob Storage.

UploadDirectoryAsync(String, CloudFileDirectory)

Upload a directory to Azure File Storage.

UploadDirectoryAsync(String, CloudFileDirectory, UploadDirectoryOptions, DirectoryTransferContext)

Upload a directory to Azure File Storage.

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

Upload a directory to Azure File Storage.

Applies to