IndexingPolicy.IndexingMode Property

Definition

Gets or sets the indexing mode (consistent or lazy) in the Azure DocumentDB database service.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="indexingMode")]
public Microsoft.Azure.Documents.IndexingMode IndexingMode { get; set; }
Property Value

One of the values of the IndexingMode enumeration.