Share via


ReplicatorQueueStatus.CompletedSequenceNumber Property

Definition

See remarks.

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

Property Value

The completed sequence number.

Remarks

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

  2. ActiveSecondary – Represents the highest sequence number that has been applied by the user service replica.

Applies to