| DirectoryTransferContext Properties | 
The DirectoryTransferContext type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ClientRequestId | 
            Gets or sets the client request id.
            (Inherited from TransferContext.) | 
|  | LastCheckpoint | 
            Gets the last checkpoint of the transfer.
            (Inherited from TransferContext.) | 
|  | LogLevel | 
            Gets or sets the logging level to be used for the related transfer operation.
            (Inherited from TransferContext.) | 
|  | ProgressHandler | 
            Gets or sets the progress update handler.
            (Inherited from TransferContext.) | 
|  | SetAttributesCallbackAsync | 
            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.) | 
|  | ShouldOverwriteCallbackAsync | 
            Gets or sets the callback invoked to tell whether to overwrite an existing destination.
            (Inherited from TransferContext.) | 
|  | ShouldTransferCallbackAsync | 
            Gets or sets the callback invoked to tell whether a transfer should be done.
             | 
 See Also
See Also