Uses of Class
com.azure.resourcemanager.cosmos.models.IncludedPath
-
Packages that use IncludedPath Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of IncludedPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return IncludedPath Modifier and Type Method Description IncludedPathIncludedPath. withIndexes(List<Indexes> indexes)Set the indexes property: List of indexes for this path.IncludedPathIncludedPath. 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 IncludedPath Modifier and Type Method Description List<IncludedPath>IndexingPolicy. includedPaths()Get the includedPaths property: List of paths to include in the indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type IncludedPath Modifier and Type Method Description IndexingPolicyIndexingPolicy. withIncludedPaths(List<IncludedPath> includedPaths)Set the includedPaths property: List of paths to include in the indexing.
-