Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingPolicy
Packages that use IndexingPolicy
Package
Description
This package contains the classes for CosmosDB.
-
Uses of IndexingPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return IndexingPolicyModifier 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.Methods in com.microsoft.azure.management.cosmosdb with parameters of type IndexingPolicyModifier and TypeMethodDescriptionGremlinGraphResource.withIndexingPolicy(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.