TransferContext Class
Updated: January 5, 2017
Represents the context for a 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.DataMovementDirectoryTransferContext
Microsoft.WindowsAzure.Storage.DataMovementSingleTransferContext
| Name | Description | |
|---|---|---|
![]() | TransferContext | Initializes a new instance of the TransferContext class. |
![]() | TransferContext | Initializes a new instance of the TransferContext class. |
![]() | TransferContext | Initializes a new instance of the TransferContext class. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | ForceOverwrite | Callback used to force overwrite the destination without existence check. It can be used when destination credentials only contains write permission. |
![]() | 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. |
![]() | FileSkipped | The event triggered when a file transfer is skipped. |
![]() | FileTransferred | The event triggered when a file transfer is completed successfully. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




