Share via


IRemainingWorkEstimator.GetEstimatedRemainingWorkPerPartitionAsync Method

Definition

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

public System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.RemainingPartitionWork>> GetEstimatedRemainingWorkPerPartitionAsync ();
abstract member GetEstimatedRemainingWorkPerPartitionAsync : unit -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.ChangeFeedProcessor.PartitionManagement.RemainingPartitionWork>>
Public Function GetEstimatedRemainingWorkPerPartitionAsync () As Task(Of IReadOnlyList(Of RemainingPartitionWork))

Returns

An array of an estimation of pending work in amount of documents per partitions.

Applies to