Uses of Class
com.azure.resourcemanager.cosmos.models.IndexingMode
Packages that use IndexingMode
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of IndexingMode in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models that return IndexingModeModifier and TypeMethodDescriptionstatic IndexingMode
IndexingMode.fromString
(String name) Creates or finds a IndexingMode from its string representation.IndexingPolicy.indexingMode()
Get the indexingMode property: Indicates the indexing mode.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IndexingModeModifier and TypeMethodDescriptionstatic Collection
<IndexingMode> IndexingMode.values()
Gets known IndexingMode values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexingModeModifier and TypeMethodDescriptionIndexingPolicy.withIndexingMode
(IndexingMode indexingMode) Set the indexingMode property: Indicates the indexing mode.