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 IndexingModeIndexingMode.CONSISTENTStatic value consistent for IndexingMode.static final IndexingModeIndexingMode.LAZYStatic value lazy for IndexingMode.static final IndexingModeIndexingMode.NONEStatic value none for IndexingMode.Methods in com.azure.resourcemanager.cosmos.models that return IndexingModeModifier and TypeMethodDescriptionstatic IndexingModeIndexingMode.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.