Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingMode
Package
Description
This package contains the classes for CosmosDB.
-
Uses of IndexingMode in com.microsoft.azure.management.cosmosdb
Modifier and TypeFieldDescriptionstatic final IndexingMode
IndexingMode.CONSISTENT
Static value Consistent for IndexingMode.static final IndexingMode
IndexingMode.LAZY
Static value Lazy for IndexingMode.static final IndexingMode
IndexingMode.NONE
Static value None for IndexingMode.Modifier and TypeMethodDescriptionstatic IndexingMode
IndexingMode.fromString
(String name) Creates or finds a IndexingMode from its string representation.IndexingPolicy.indexingMode()
Get indicates the indexing mode.Modifier and TypeMethodDescriptionIndexingPolicy.withIndexingMode
(IndexingMode indexingMode) Set indicates the indexing mode.