Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Container.GetChangeFeedEstimator(String, Container) 方法

定义

ChangeFeedEstimator获取用于监视更改源的 。

public abstract Microsoft.Azure.Cosmos.ChangeFeedEstimator GetChangeFeedEstimator (string processorName, Microsoft.Azure.Cosmos.Container leaseContainer);
abstract member GetChangeFeedEstimator : string * Microsoft.Azure.Cosmos.Container -> Microsoft.Azure.Cosmos.ChangeFeedEstimator
Public MustOverride Function GetChangeFeedEstimator (processorName As String, leaseContainer As Container) As ChangeFeedEstimator

参数

processorName
String

估算器要测量的处理器的名称。

leaseContainer
Container

保存租约的 Cosmos 容器的实例。

返回

的一个实例。ChangeFeedEstimator

注解

估算器的目标是测量特定处理器的进度。 为此, processorName 和其他参数(如租约容器)需要匹配处理器的参数才能测量。

适用于