Uses of Class
com.microsoft.azure.management.cosmosdb.IncludedPath
-
-
Uses of IncludedPath in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return IncludedPath Modifier and Type Method Description IncludedPathIncludedPath. withIndexes(List<Indexes> indexes)Set list of indexes for this path.IncludedPathIncludedPath. 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 IncludedPath Modifier and Type Method Description List<IncludedPath>IndexingPolicy. includedPaths()Get list of paths to include in the indexing.Method parameters in com.microsoft.azure.management.cosmosdb with type arguments of type IncludedPath Modifier and Type Method Description IndexingPolicyIndexingPolicy. withIncludedPaths(List<IncludedPath> includedPaths)Set list of paths to include in the indexing.
-