ResourceResponseBase.IndexTransformationProgress プロパティ

定義

インデックス変換の進行状況を取得します (Azure Cosmos DB サービスから進行中の場合)。

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

プロパティ値

インデックス変換プロセスの完了率を表す 0 ~ 100 の整数。 インデックス変換の進行状況ヘッダーが見つからなかった場合は、-1 を返します。

実装

注釈

コレクションの IndexPolicy が更新されると、インデックスが再構築されます。

適用対象