Uses of Class
com.azure.resourcemanager.cosmos.models.IndexingMode
-
Packages that use IndexingMode Package Description com.azure.resourcemanager.cosmos.models 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 IndexingMode Modifier and Type Field Description static IndexingModeIndexingMode. CONSISTENTStatic value consistent for IndexingMode.static IndexingModeIndexingMode. LAZYStatic value lazy for IndexingMode.static IndexingModeIndexingMode. NONEStatic value none for IndexingMode.Methods in com.azure.resourcemanager.cosmos.models that return IndexingMode Modifier and Type Method Description static IndexingModeIndexingMode. fromString(String name)Creates or finds a IndexingMode from its string representation.IndexingModeIndexingPolicy. indexingMode()Get the indexingMode property: Indicates the indexing mode.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IndexingMode Modifier and Type Method Description static Collection<IndexingMode>IndexingMode. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexingMode Modifier and Type Method Description IndexingPolicyIndexingPolicy. withIndexingMode(IndexingMode indexingMode)Set the indexingMode property: Indicates the indexing mode.
-