SingleTransferContext Constructors
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.
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. |
Initializes a new instance of the SingleTransferContext class.
public SingleTransferContext ();
Public Sub New ()
Applies to
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
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 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.