Enum IndexingMode
Specifies the supported indexing modes in the Azure Cosmos DB service.
public enum IndexingMode
  - Extension Methods
 
Fields
Consistent = 0Index is updated synchronously with a create, update or delete operation.
Lazy = 1Index is updated asynchronously with respect to a create, update or delete operation.
None = 2No index is provided.