Uses of Class
com.azure.cosmos.models.IndexingPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of IndexingPolicy in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosContainerProperties.getIndexingPolicy()
Gets the container's indexing policy.IndexingPolicy.setAutomatic
(boolean automatic) Sets whether automatic indexing is enabled for a container.IndexingPolicy.setCompositeIndexes
(List<List<CompositePath>> compositeIndexes) Sets the composite indexes for additional indexes.IndexingPolicy.setExcludedPaths
(List<ExcludedPath> excludedPaths) Sets excluded paths.IndexingPolicy.setIncludedPaths
(List<IncludedPath> includedPaths) Sets included paths.IndexingPolicy.setIndexingMode
(IndexingMode indexingMode) Sets the indexing mode (consistent or lazy).IndexingPolicy.setSpatialIndexes
(List<SpatialSpec> spatialIndexes) Sets the spatial indexes for additional indexes.Modifier and TypeMethodDescriptionCosmosContainerProperties.setIndexingPolicy
(IndexingPolicy indexingPolicy) Sets the container's indexing policy