IOperationDataStream Interface
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.
An IOperationDataStream encapsulates a stream of OperationData objects that are exchanged between Primary replica and Secondary replica. Objects that implement IOperationDataStream are used during the copy process. Both the copy context GetCopyContext() method that is sent from the Secondary replica to the Primary replica and the copy state GetCopyState(Int64, IOperationDataStream) method implement the IOperationDataStream interface.
public interface IOperationDataStream
type IOperationDataStream = interface
Public Interface IOperationDataStream
Methods
GetNextAsync(CancellationToken) |
Gets the next OperationData object from the IOperationDataStream. |
Applies to
Azure SDK for .NET