Share via


IndexingPolicy.IndexingMode Property

Definition

Gets or sets indicates the indexing mode. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to