Share via


ChangeFeedProcessorState.EstimatedLag Property

Definition

Gets an approximation of the difference between the last processed transaction in the feed container and the latest transaction recorded.

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

Property Value

Remarks

The estimation over the Change Feed identifies volumes of transactions. If operations in the container are performed through stored procedures, transactional batch or bulk, a group of operations may share the same transaction scope and represented by a single transaction. In those cases, the estimation might not exactly represent number of items, but it is still valid to understand if the pending volume is increasing, decreasing, or on a steady state.

Applies to