DirectoryTransferContext Constructor (Stream) |
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 DirectoryTransferContext(
Stream journalStream
)
Public Sub New (
journalStream As Stream
)
public:
DirectoryTransferContext(
Stream^ journalStream
)
new :
journalStream : Stream -> DirectoryTransferContext
Parameters
- journalStream
- Type: System.IOStream
The stream into which the transfer journal info will be written into.
It can resume the previous paused transfer from its journal stream.
See Also