IOperation.SequenceNumber Property

Definition

Gets the sequence number of this operation.

public long SequenceNumber { get; }
member this.SequenceNumber : int64
Public ReadOnly Property SequenceNumber As Long

Property Value

Returns Int64.

Remarks

The sequence number is provided as a part of the SequenceNumber

For operations received from the replication stream (GetReplicationStream()) the sequence number is the same that the Primary replica that are receives from ReplicateAsync(OperationData, CancellationToken, Int64) method.

Applies to