Microsoft.WindowsAzure.Storage.DataMovement Namespace

 

Classes

Class Description
System_CAPS_pubclass Constants

Constants for use with the transfer classes.

System_CAPS_pubclass CopyDirectoryOptions

Represents a set of options that may be specified for copy directory operation

System_CAPS_pubclass CopyOptions

Represents a set of options that may be specified for copy operation

System_CAPS_pubclass DirectoryOptions

Represents a set of options that may be specified for directory transfer operation

System_CAPS_pubclass DirectoryTransferContext

Represents the context for a directory transfer, and provides additional runtime information about its execution.

System_CAPS_pubclass DownloadDirectoryOptions

Represents a set of options that may be specified for download directory operation

System_CAPS_pubclass DownloadOptions

Represents a set of options that may be specified for download operation

System_CAPS_pubclass SingleTransferContext

Represents the context for a single transfer, and provides additional runtime information about its execution.

System_CAPS_pubclass TransferCheckpoint

Represents a checkpoint from which a transfer may be resumed and continue.

System_CAPS_pubclass TransferConfigurations

TransferConfigurations class.

System_CAPS_pubclass TransferContext

Represents the context for a transfer, and provides additional runtime information about its execution.

System_CAPS_pubclass TransferEventArgs

Transfer event args.

System_CAPS_pubclass TransferException

Base exception class for exceptions thrown by Blob/FileTransferJobs.

System_CAPS_pubclass TransferManager

TransferManager class

System_CAPS_pubclass TransferSkippedException

Exceptions thrown when transfer skips.

System_CAPS_pubclass TransferStatus

Transfer status

System_CAPS_pubclass UploadDirectoryOptions

Represents a set of options that may be specified for upload directory operation

System_CAPS_pubclass UploadOptions

Represents a set of options that may be specified for upload operation

Delegates

Delegate Description
System_CAPS_pubdelegate SetAttributesCallback

Callback invoked to set destination's attributes in memory. The attributes set in this callback will be sent to azure storage service.

System_CAPS_pubdelegate ShouldOverwriteCallback

Callback invoked to tell whether to overwrite an existing destination.

System_CAPS_pubdelegate ShouldTransferCallback

Callback invoked to tell whether a transfer should be done.

Enumerations

Enumeration Description
System_CAPS_pubenum TransferErrorCode

Error codes for TransferException.

Return to top