ReplicatorQueueStatus.CommittedSequenceNumber Property

Definition

See remarks.

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

Property Value

The committed sequence number.

Remarks

  1. Primary – Represents the highest sequence number for which a quorum of secondary replicas have applied the operation.

  2. ActiveSecondary – Represents the highest sequence number that has been received by the secondary replicator from the primary.

Applies to