SingleTransferContext Constructors
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.
Overloads
SingleTransferContext() |
Initializes a new instance of the SingleTransferContext class. |
SingleTransferContext(TransferCheckpoint) |
Initializes a new instance of the SingleTransferContext class. |
SingleTransferContext(Stream) |
Initializes a new instance of the SingleTransferContext class. |
SingleTransferContext()
Initializes a new instance of the SingleTransferContext class.
public SingleTransferContext ();
Public Sub New ()
Applies to
SingleTransferContext(TransferCheckpoint)
Initializes a new instance of the SingleTransferContext class.
public SingleTransferContext (Microsoft.Azure.Storage.DataMovement.TransferCheckpoint checkpoint);
new Microsoft.Azure.Storage.DataMovement.SingleTransferContext : Microsoft.Azure.Storage.DataMovement.TransferCheckpoint -> Microsoft.Azure.Storage.DataMovement.SingleTransferContext
Public Sub New (checkpoint As TransferCheckpoint)
Parameters
- checkpoint
- TransferCheckpoint
An TransferCheckpoint object representing the last checkpoint from which the transfer continues on.
Applies to
SingleTransferContext(Stream)
Initializes a new instance of the SingleTransferContext class.
public SingleTransferContext (System.IO.Stream journalStream);
new Microsoft.Azure.Storage.DataMovement.SingleTransferContext : System.IO.Stream -> Microsoft.Azure.Storage.DataMovement.SingleTransferContext
Public Sub New (journalStream As Stream)
Parameters
- journalStream
- Stream
The stream into which the transfer journal info will be written into. It can resume the previours paused transfer from its journal stream.
Applies to
Azure SDK for .NET