IRemainingWorkEstimator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET