Table of Contents

Enum IndexingMode

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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

public enum IndexingMode
Extension Methods

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.