Uses of Class
com.microsoft.azure.management.cosmosdb.ExcludedPath
-
-
Uses of ExcludedPath in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ExcludedPath Modifier and Type Method Description ExcludedPathExcludedPath. withPath(String path)Set the path for which the indexing behavior applies to.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type ExcludedPath Modifier and Type Method Description List<ExcludedPath>IndexingPolicy. excludedPaths()Get list of paths to exclude from indexing.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type ExcludedPath Modifier and Type Method Description IndexingPolicyIndexingPolicy. withExcludedPaths(List<ExcludedPath> excludedPaths)Set list of paths to exclude from indexing.
-