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

ResourceResponseBase.IndexTransformationProgress 属性

定义

获取索引转换的进度(如果正在从 Azure Cosmos DB 服务进行)。

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

属性值

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

实现

注解

更新集合的 IndexPolicy 时,将重新生成索引。

适用于