IndexingMode Enum

Definition

Specifies the supported indexing modes in the Azure Cosmos DB service.

public enum IndexingMode
type IndexingMode = 
Public Enum IndexingMode
Inheritance
IndexingMode

Fields

Consistent 0

Index is updated synchronously with a create, update or delete operation.

Lazy 1

Index is updated asynchronously with respect to a create, update or delete operation.

None 2

No index is provided.

Applies to