DirectoryTransferContext Class

 

Updated: January 5, 2017

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

System.Object
  Microsoft.WindowsAzure.Storage.DataMovement.TransferContext
    Microsoft.WindowsAzure.Storage.DataMovement.DirectoryTransferContext

public class DirectoryTransferContext : TransferContext

NameDescription
System_CAPS_pubmethodDirectoryTransferContext()

Initializes a new instance of the DirectoryTransferContext class.

System_CAPS_pubmethodDirectoryTransferContext(Stream)

Initializes a new instance of the DirectoryTransferContext class.

System_CAPS_pubmethodDirectoryTransferContext(TransferCheckpoint)

Initializes a new instance of the DirectoryTransferContext class.

NameDescription
System_CAPS_pubpropertyClientRequestId

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

System_CAPS_pubpropertyLastCheckpoint

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

System_CAPS_pubpropertyLogLevel

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

System_CAPS_pubpropertyProgressHandler

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

System_CAPS_pubpropertySetAttributesCallback

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_pubpropertyShouldOverwriteCallback

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

System_CAPS_pubpropertyShouldTransferCallback

Gets or sets the callback invoked to tell whether a transfer should be done.

NameDescription
System_CAPS_pubmethodEquals(Object)

(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: