Uses of Class
com.azure.resourcemanager.cosmos.models.IncludedPath
Packages that use IncludedPath
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of IncludedPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return IncludedPathModifier and TypeMethodDescriptionstatic IncludedPath
IncludedPath.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IncludedPath from the JsonReader.IncludedPath.withIndexes
(List<Indexes> indexes) Set the indexes property: List of indexes for this path.Set the path property: The path for which the indexing behavior applies to.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type IncludedPathModifier and TypeMethodDescriptionIndexingPolicy.includedPaths()
Get the includedPaths property: List of paths to include in the indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type IncludedPathModifier and TypeMethodDescriptionIndexingPolicy.withIncludedPaths
(List<IncludedPath> includedPaths) Set the includedPaths property: List of paths to include in the indexing.