Uses of Class
com.azure.data.cosmos.ExcludedPath
-
Packages that use ExcludedPath Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of ExcludedPath in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return ExcludedPath Modifier and Type Method Description ExcludedPath
ExcludedPath. path(String path)
Sets path.Methods in com.azure.data.cosmos that return types with arguments of type ExcludedPath Modifier and Type Method Description List<ExcludedPath>
IndexingPolicy. excludedPaths()
Gets the paths that are not indexed.Method parameters in com.azure.data.cosmos with type arguments of type ExcludedPath Modifier and Type Method Description IndexingPolicy
IndexingPolicy. excludedPaths(List<ExcludedPath> excludedPaths)
-