Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingMode
-
-
Uses of IndexingMode in com.microsoft.azure.management.cosmosdb
Fields in com.microsoft.azure.management.cosmosdb 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.microsoft.azure.management.cosmosdb 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 indicates the indexing mode.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type IndexingMode Modifier and Type Method Description static Collection<IndexingMode>IndexingMode. values()Methods in com.microsoft.azure.management.cosmosdb with parameters of type IndexingMode Modifier and Type Method Description IndexingPolicyIndexingPolicy. withIndexingMode(IndexingMode indexingMode)Set indicates the indexing mode.
-