Enum IndexingMode
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.