IndexingPolicy.IndexingMode Property

Definition

Gets or sets the indexing mode (consistent or lazy) in the Azure Cosmos DB service.

public Azure.Cosmos.IndexingMode IndexingMode { get; set; }
member this.IndexingMode : Azure.Cosmos.IndexingMode with get, set
Public Property IndexingMode As IndexingMode

Property Value

One of the values of the IndexingMode enumeration.

Applies to