Uses of Class
com.azure.cosmos.models.ExcludedPath
Packages that use ExcludedPath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of ExcludedPath in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return ExcludedPathMethods in com.azure.cosmos.models that return types with arguments of type ExcludedPathModifier and TypeMethodDescriptionIndexingPolicy.getExcludedPaths()
Gets the paths that are not indexed.Method parameters in com.azure.cosmos.models with type arguments of type ExcludedPathModifier and TypeMethodDescriptionIndexingPolicy.setExcludedPaths
(List<ExcludedPath> excludedPaths) Sets excluded paths.