次の方法で共有


IRemainingWorkEstimator インターフェイス

定義

変更フィードで読み取られる保留中の残存作業時間を見積もるために使用されます。 フィードの最新の状態と既存の各リースの状態の差に基づいて、保留中の作業の合計を計算します。

public interface IRemainingWorkEstimator
type IRemainingWorkEstimator = interface
Public Interface IRemainingWorkEstimator

メソッド

GetEstimatedRemainingWork()

コレクション全体のドキュメント量の変更フィードで読み取られる保留中の残存作業時間の見積もりを計算します。

GetEstimatedRemainingWorkPerPartitionAsync()

変更フィードで読み取られる保留中の作業の見積もりを、パーティションあたりのドキュメント数で計算します。

適用対象