TransferContextLastCheckpoint Property |
Gets the last checkpoint of the transfer.
Namespace:
Microsoft.Azure.Storage.DataMovement
Assembly:
Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax public TransferCheckpoint LastCheckpoint { get; }
Public ReadOnly Property LastCheckpoint As TransferCheckpoint
Get
public:
property TransferCheckpoint^ LastCheckpoint {
TransferCheckpoint^ get ();
}
member LastCheckpoint : TransferCheckpoint with get
Property Value
Type:
TransferCheckpointSee Also