Uses of Class
com.azure.resourcemanager.cosmos.models.ExcludedPath
-
Packages that use ExcludedPath Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ExcludedPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ExcludedPath Modifier and Type Method Description ExcludedPathExcludedPath. withPath(String path)Set the path property: The path for which the indexing behavior applies to.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ExcludedPath Modifier and Type Method Description List<ExcludedPath>IndexingPolicy. excludedPaths()Get the excludedPaths property: List of paths to exclude from indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ExcludedPath Modifier and Type Method Description IndexingPolicyIndexingPolicy. withExcludedPaths(List<ExcludedPath> excludedPaths)Set the excludedPaths property: List of paths to exclude from indexing.
-