DirectoryTransferContext Class
Updated: January 5, 2017
Represents the context for a directory transfer, and provides additional runtime information about its execution.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
Microsoft.WindowsAzure.Storage.DataMovement.DirectoryTransferContext
| Name | Description | |
|---|---|---|
![]() | DirectoryTransferContext() | Initializes a new instance of the DirectoryTransferContext class. |
![]() | DirectoryTransferContext(Stream) | Initializes a new instance of the DirectoryTransferContext class. |
![]() | DirectoryTransferContext(TransferCheckpoint) | Initializes a new instance of the DirectoryTransferContext class. |
| Name | Description | |
|---|---|---|
![]() | ClientRequestId | Gets or sets the client request id. (Inherited from TransferContext.) |
![]() | LastCheckpoint | Gets the last checkpoint of the transfer. (Inherited from TransferContext.) |
![]() | LogLevel | Gets or sets the logging level to be used for the related transfer operation. (Inherited from TransferContext.) |
![]() | ProgressHandler | Gets or sets the progress update handler. (Inherited from TransferContext.) |
![]() | SetAttributesCallback | Gets or sets the callback invoked to set destination's attributes in memory. The attributes set in this callback will be sent to azure storage service. (Inherited from TransferContext.) |
![]() | ShouldOverwriteCallback | Gets or sets the callback invoked to tell whether to overwrite an existing destination. (Inherited from TransferContext.) |
![]() | ShouldTransferCallback | Gets or sets the callback invoked to tell whether a transfer should be done. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FileFailed | The event triggered when a file transfer is failed. (Inherited from TransferContext.) |
![]() | FileSkipped | The event triggered when a file transfer is skipped. (Inherited from TransferContext.) |
![]() | FileTransferred | The event triggered when a file transfer is completed successfully. (Inherited from TransferContext.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



