Uses of Class
com.azure.resourcemanager.cosmos.models.ExcludedPath
Packages that use ExcludedPath
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ExcludedPath in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ExcludedPathModifier and TypeMethodDescriptionstatic ExcludedPath
ExcludedPath.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExcludedPath from the JsonReader.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 ExcludedPathModifier and TypeMethodDescriptionIndexingPolicy.excludedPaths()
Get the excludedPaths property: List of paths to exclude from indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ExcludedPathModifier and TypeMethodDescriptionIndexingPolicy.withExcludedPaths
(List<ExcludedPath> excludedPaths) Set the excludedPaths property: List of paths to exclude from indexing.