IndexingMode
Enum
Definition
Specifies the supported indexing modes in the Azure DocumentDB database service.
public enum IndexingMode
- Inheritance
-
IndexingMode
Fields
| Consistent | Index is updated synchronously with a create, update or delete operation. |
| Lazy | Index is updated asynchronously with respect to a create, update or delete operation. |
| None | No index is provided. |