Uses of Class
com.azure.data.cosmos.IndexingPolicy
-
Packages that use IndexingPolicy Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of IndexingPolicy in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return IndexingPolicy Modifier and Type Method Description IndexingPolicy
IndexingPolicy. automatic(boolean automatic)
Sets whether automatic indexing is enabled for a collection.IndexingPolicy
IndexingPolicy. compositeIndexes(List<List<CompositePath>> compositeIndexes)
Sets the composite indexes for additional indexes.IndexingPolicy
IndexingPolicy. excludedPaths(List<ExcludedPath> excludedPaths)
IndexingPolicy
IndexingPolicy. indexingMode(IndexingMode indexingMode)
Sets the indexing mode (consistent or lazy).IndexingPolicy
CosmosContainerProperties. indexingPolicy()
Gets the container's indexing policy.IndexingPolicy
IndexingPolicy. spatialIndexes(List<SpatialSpec> spatialIndexes)
Sets the spatial indexes for additional indexes.Methods in com.azure.data.cosmos with parameters of type IndexingPolicy Modifier and Type Method Description CosmosContainerProperties
CosmosContainerProperties. indexingPolicy(IndexingPolicy indexingPolicy)
Sets the container's indexing policy
-