Uses of Class
com.azure.cosmos.models.IncludedPath
Packages that use IncludedPath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of IncludedPath in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return IncludedPathMethods in com.azure.cosmos.models that return types with arguments of type IncludedPathModifier and TypeMethodDescriptionIndexingPolicy.getIncludedPaths()
Gets the paths that are chosen to be indexed by the user.Method parameters in com.azure.cosmos.models with type arguments of type IncludedPathModifier and TypeMethodDescriptionIndexingPolicy.setIncludedPaths
(List<IncludedPath> includedPaths) Sets included paths.