Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingMode
Packages that use IndexingMode
Package
Description
This package contains the classes for CosmosDB.
-
Uses of IndexingMode in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb declared as IndexingModeModifier 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.Methods in com.microsoft.azure.management.cosmosdb that return IndexingModeModifier and TypeMethodDescriptionstatic IndexingMode
IndexingMode.fromString
(String name) Creates or finds a IndexingMode from its string representation.IndexingPolicy.indexingMode()
Get indicates the indexing mode.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type IndexingModeMethods in com.microsoft.azure.management.cosmosdb with parameters of type IndexingModeModifier and TypeMethodDescriptionIndexingPolicy.withIndexingMode
(IndexingMode indexingMode) Set indicates the indexing mode.