SingleTransferContext Class
Updated: January 5, 2017
Represents the context for a single transfer, and provides additional runtime information about its execution.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
Microsoft.WindowsAzure.Storage.DataMovementTransferContext
Microsoft.WindowsAzure.Storage.DataMovementSingleTransferContext
| Name | Description | |
|---|---|---|
![]() | SingleTransferContext | Initializes a new instance of the SingleTransferContext class. |
![]() | SingleTransferContext | Initializes a new instance of the SingleTransferContext class. |
![]() | SingleTransferContext | Initializes a new instance of the SingleTransferContext class. |
| Name | Description | |
|---|---|---|
![]() | Gets or sets the client request id. (Inherited from TransferContext.) | |
![]() | Gets the last checkpoint of the transfer. (Inherited from TransferContext.) | |
![]() | Gets or sets the logging level to be used for the related transfer operation. (Inherited from TransferContext.) | |
![]() | Gets or sets the progress update handler. (Inherited from TransferContext.) | |
![]() | 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.) | |
![]() | Gets or sets the callback invoked to tell whether to overwrite an existing destination. (Inherited from TransferContext.) |
| 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.



