SingleTransferContext Class

 

Updated: January 5, 2017

Represents the context for a single 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)

SystemObject
  Microsoft.WindowsAzure.Storage.DataMovementTransferContext
    Microsoft.WindowsAzure.Storage.DataMovementSingleTransferContext

public class SingleTransferContext : TransferContext

NameDescription
System_CAPS_pubmethodSingleTransferContext

Initializes a new instance of the SingleTransferContext class.

System_CAPS_pubmethodSingleTransferContext

Initializes a new instance of the SingleTransferContext class.

System_CAPS_pubmethodSingleTransferContext

Initializes a new instance of the SingleTransferContext class.

NameDescription
System_CAPS_pubproperty

Gets or sets the client request id. (Inherited from TransferContext.)

System_CAPS_pubproperty

Gets the last checkpoint of the transfer. (Inherited from TransferContext.)

System_CAPS_pubproperty

Gets or sets the logging level to be used for the related transfer operation. (Inherited from TransferContext.)

System_CAPS_pubproperty

Gets or sets the progress update handler. (Inherited from TransferContext.)

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. (Inherited from TransferContext.)

System_CAPS_pubproperty

Gets or sets the callback invoked to tell whether to overwrite an existing destination. (Inherited from TransferContext.)

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_protmethodFinalize

(Inherited from Object.)

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. (Inherited from TransferContext.)

System_CAPS_pubeventFileSkipped

The event triggered when a file transfer is skipped. (Inherited from TransferContext.)

System_CAPS_pubeventFileTransferred

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.

Return to top
Show: