次の方法で共有


IndexingPolicy.IndexingMode プロパティ

定義

インデックス作成モードを示す値を取得または設定します。 使用できる値は、'Consistent'、'Lazy'、'None' です。

[Newtonsoft.Json.JsonProperty(PropertyName="indexingMode")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode IndexingMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="indexingMode")>]
member this.IndexingMode : Microsoft.Azure.Management.CosmosDB.Fluent.Models.IndexingMode with get, set
Public Property IndexingMode As IndexingMode

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象