DataTransferProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a transfer that can be used for resuming.
public class DataTransferProperties
type DataTransferProperties = class
Public Class DataTransferProperties
- Inheritance
-
DataTransferProperties
Constructors
DataTransferProperties() |
For mocking. |
Properties
DestinationCheckpointData |
The additional checkpoint data specific to the destination resource. |
DestinationProviderId |
A string ID for the destination resource provider that should be used for rehydration. |
DestinationUri |
Contains the Destination uri of the Storage Resource. |
IsContainer |
Defines whether or not this was a container transfer, in order to rehydrate the StorageResource. |
SourceCheckpointData |
The additional checkpoint data specific to the source resource. |
SourceProviderId |
A string ID for the source resource provider that should be used for rehydration. |
SourceUri |
Contains the Source uri of the Storage Resource. |
TransferId |
Contains the transfer ID which to rehydrate the StorageResource from. |