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

ResourceResponseBase.LazyIndexingProgress 属性

定义

从 Azure Cosmos DB 服务获取延迟索引的进度。

public long LazyIndexingProgress { get; }
member this.LazyIndexingProgress : int64
Public ReadOnly Property LazyIndexingProgress As Long

属性值

一个介于 0 到 100 的整数,表示延迟索引编制过程的完成百分比。 如果找不到延迟索引进度标头,则返回 -1。

实现

注解

延迟索引进度仅适用于索引模式为延迟的集合。

适用于