次の方法で共有


IndexingPolicy.IndexingMode プロパティ

定義

インデックス作成モードを取得または設定します。 使用可能な値は、'consistent'、'lazy'、'none' です。

[Newtonsoft.Json.JsonProperty(PropertyName="indexingMode")]
public string IndexingMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="indexingMode")>]
member this.IndexingMode : string with get, set
Public Property IndexingMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象