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 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to