Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of IndexingPolicy in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionGremlinGraphResource.indexingPolicy()
Get the configuration of the indexing policy.SqlContainerResource.indexingPolicy()
Get the configuration of the indexing policy.IndexingPolicy.withAutomatic
(Boolean automatic) Set indicates if the indexing policy is automatic.IndexingPolicy.withExcludedPaths
(List<ExcludedPath> excludedPaths) Set list of paths to exclude from indexing.IndexingPolicy.withIncludedPaths
(List<IncludedPath> includedPaths) Set list of paths to include in the indexing.IndexingPolicy.withIndexingMode
(IndexingMode indexingMode) Set indicates the indexing mode.Modifier and TypeMethodDescriptionGremlinGraphResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.SqlContainerResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.