Share via


IRemainingWorkEstimator Interface

Definition

Used to estimate the pending work remaining to be read in the Change Feed. Calculates the sum of pending work based on the difference between the latest status of the feed and the status of each existing lease.

public interface IRemainingWorkEstimator
type IRemainingWorkEstimator = interface
Public Interface IRemainingWorkEstimator

Methods

GetEstimatedRemainingWork()

Calculates an estimate of the pending work remaining to be read in the Change Feed in amount of documents in the whole collection.

GetEstimatedRemainingWorkPerPartitionAsync()

Calculates an estimate of the pending work remaining to be read in the Change Feed in amount of documents per partition.

Applies to