ContainerProperties.IndexingPolicy プロパティ

定義

IndexingPolicy Azure Cosmos DB サービスからコンテナーに関連付けられている を取得します。

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.IndexingPolicy IndexingPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IndexingPolicy : Microsoft.Azure.Cosmos.IndexingPolicy with get, set
Public Property IndexingPolicy As IndexingPolicy

プロパティ値

コンテナーに関連付けられているインデックス作成ポリシー。

属性
Newtonsoft.Json.JsonIgnoreAttribute

適用対象