IndexingMode Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. documentdb. IndexingMode
- com.
- java.
public enum IndexingMode
extends java.lang.Enum<IndexingMode>
Specifies the supported indexing modes in the Azure Cosmos DB database service.
Fields
Consistent |
Index is updated synchronously with a create or update operation. |
Lazy |
Index is updated asynchronously with respect to a create or update operation. |
None |
No index is provided. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static IndexingMode valueOf(String name)
Parameters
- name
- java.lang.String