Uses of Class
com.azure.data.cosmos.IncludedPath
-
Packages that use IncludedPath Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of IncludedPath in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return IncludedPath Modifier and Type Method Description IncludedPath
IncludedPath. indexes(Collection<Index> indexes)
IncludedPath
IncludedPath. path(String path)
Sets path.Methods in com.azure.data.cosmos that return types with arguments of type IncludedPath Modifier and Type Method Description List<IncludedPath>
IndexingPolicy. includedPaths()
Gets the paths that are chosen to be indexed by the user.Method parameters in com.azure.data.cosmos with type arguments of type IncludedPath Modifier and Type Method Description void
IndexingPolicy. setIncludedPaths(List<IncludedPath> includedPaths)
-