Uses of Class
com.azure.resourcemanager.cosmos.models.IndexingPolicy
-
Packages that use IndexingPolicy Package Description com.azure.resourcemanager.cosmos.models 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 IndexingPolicy Modifier and Type Method Description IndexingPolicyGremlinGraphResource. indexingPolicy()Get the indexingPolicy property: The configuration of the indexing policy.IndexingPolicySqlContainerResource. indexingPolicy()Get the indexingPolicy property: The configuration of the indexing policy.IndexingPolicyIndexingPolicy. withAutomatic(Boolean automatic)Set the automatic property: Indicates if the indexing policy is automatic.IndexingPolicyIndexingPolicy. withCompositeIndexes(List<List<CompositePath>> compositeIndexes)Set the compositeIndexes property: List of composite path list.IndexingPolicyIndexingPolicy. withExcludedPaths(List<ExcludedPath> excludedPaths)Set the excludedPaths property: List of paths to exclude from indexing.IndexingPolicyIndexingPolicy. withIncludedPaths(List<IncludedPath> includedPaths)Set the includedPaths property: List of paths to include in the indexing.IndexingPolicyIndexingPolicy. withIndexingMode(IndexingMode indexingMode)Set the indexingMode property: Indicates the indexing mode.IndexingPolicyIndexingPolicy. withSpatialIndexes(List<SpatialSpec> spatialIndexes)Set the spatialIndexes property: List of spatial specifics.Methods in com.azure.resourcemanager.cosmos.models with parameters of type IndexingPolicy Modifier and Type Method Description GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.GremlinGraphResourceGremlinGraphResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.RestorableSqlContainerPropertiesResourceContainerRestorableSqlContainerPropertiesResourceContainer. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerResourceSqlContainerResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.
-