TransferContext Class

 

Updated: January 5, 2017

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

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)


public abstract class TransferContext

NameDescription
System_CAPS_protmethodTransferContext

Initializes a new instance of the TransferContext class.

System_CAPS_protmethodTransferContext

Initializes a new instance of the TransferContext class.

System_CAPS_protmethodTransferContext

Initializes a new instance of the TransferContext class.

NameDescription
System_CAPS_pubproperty

Gets or sets the client request id.

System_CAPS_pubproperty

Gets the last checkpoint of the transfer.

System_CAPS_pubproperty

Gets or sets the logging level to be used for the related transfer operation.

System_CAPS_pubproperty

Gets or sets the progress update handler.

System_CAPS_pubproperty

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.

System_CAPS_pubproperty

Gets or sets the callback invoked to tell whether to overwrite an existing destination.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_protmethodFinalize

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticForceOverwrite

Callback used to force overwrite the destination without existence check. It can be used when destination credentials only contains write permission.

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

NameDescription
System_CAPS_pubeventFileFailed

The event triggered when a file transfer is failed.

System_CAPS_pubeventFileSkipped

The event triggered when a file transfer is skipped.

System_CAPS_pubeventFileTransferred

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.

Return to top
Show: