Uses of Enum
com.azure.cosmos.models.IndexingMode
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of IndexingMode in com.azure.cosmos.models
Modifier and TypeMethodDescriptionIndexingPolicy.getIndexingMode()
Gets the indexing mode (consistent or lazy).static IndexingMode
Returns the enum constant of this type with the specified name.static IndexingMode[]
IndexingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionIndexingPolicy.setIndexingMode
(IndexingMode indexingMode) Sets the indexing mode (consistent or lazy).