Uses of Class
com.microsoft.azure.management.cosmosdb.IndexingPolicy
-
-
Uses of IndexingPolicy in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return IndexingPolicy Modifier and Type Method Description IndexingPolicyContainerResource. indexingPolicy()Get the configuration of the indexing policy.IndexingPolicyIndexingPolicy. withAutomatic(Boolean automatic)Set indicates if the indexing policy is automatic.IndexingPolicyIndexingPolicy. withExcludedPaths(List<ExcludedPath> excludedPaths)Set list of paths to exclude from indexing.IndexingPolicyIndexingPolicy. withIncludedPaths(List<IncludedPath> includedPaths)Set list of paths to include in the indexing.IndexingPolicyIndexingPolicy. withIndexingMode(IndexingMode indexingMode)Set indicates the indexing mode.Methods in com.microsoft.azure.management.cosmosdb with parameters of type IndexingPolicy Modifier and Type Method Description ContainerResourceContainerResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the configuration of the indexing policy.
-