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

IResourceResponseBase.LazyIndexingProgress 属性

定义

获取延迟索引的进度。

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

属性值

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

注解

延迟索引进度仅适用于索引模式为延迟的集合。 这是为了模拟 Azure Cosmos DB 服务而公开的。

适用于