Uses of Class
com.azure.data.cosmos.IndexingMode
-
Packages that use IndexingMode Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of IndexingMode in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return IndexingMode Modifier and Type Method Description IndexingMode
IndexingPolicy. indexingMode()
Gets the indexing mode (consistent or lazy).static IndexingMode
IndexingMode. valueOf(String name)
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.Methods in com.azure.data.cosmos with parameters of type IndexingMode Modifier and Type Method Description IndexingPolicy
IndexingPolicy. indexingMode(IndexingMode indexingMode)
Sets the indexing mode (consistent or lazy).
-