Uses of Class
com.azure.resourcemanager.cosmos.models.IndexingPolicy
Packages that use IndexingPolicy
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of IndexingPolicy in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return IndexingPolicyModifier and TypeMethodDescriptionstatic IndexingPolicy
IndexingPolicy.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of IndexingPolicy from the JsonReader.GremlinGraphResource.indexingPolicy()
Get the indexingPolicy property: The configuration of the indexing policy.SqlContainerResource.indexingPolicy()
Get the indexingPolicy property: The configuration of the indexing policy.IndexingPolicy.withAutomatic
(Boolean automatic) Set the automatic property: Indicates if the indexing policy is automatic.IndexingPolicy.withCompositeIndexes
(List<List<CompositePath>> compositeIndexes) Set the compositeIndexes property: List of composite path list.IndexingPolicy.withExcludedPaths
(List<ExcludedPath> excludedPaths) Set the excludedPaths property: List of paths to exclude from indexing.IndexingPolicy.withIncludedPaths
(List<IncludedPath> includedPaths) Set the includedPaths property: List of paths to include in the indexing.IndexingPolicy.withIndexingMode
(IndexingMode indexingMode) Set the indexingMode property: Indicates the indexing mode.IndexingPolicy.withSpatialIndexes
(List<SpatialSpec> spatialIndexes) Set the spatialIndexes property: List of spatial specifics.IndexingPolicy.withVectorIndexes
(List<VectorIndex> vectorIndexes) Set the vectorIndexes property: List of paths to include in the vector indexing.Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexingPolicyModifier and TypeMethodDescriptionGremlinGraphGetPropertiesResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.RestorableSqlContainerPropertiesResourceContainer.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerGetPropertiesResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.