| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IndexingPolicy |
GremlinGraphResource.indexingPolicy()
Get the indexingPolicy property: The configuration of the indexing policy.
|
IndexingPolicy |
SqlContainerResource.indexingPolicy()
Get the indexingPolicy property: The configuration of the indexing policy.
|
IndexingPolicy |
IndexingPolicy.withAutomatic(Boolean automatic)
Set the automatic property: Indicates if the indexing policy is automatic.
|
IndexingPolicy |
IndexingPolicy.withCompositeIndexes(List<List<CompositePath>> compositeIndexes)
Set the compositeIndexes property: List of composite path list.
|
IndexingPolicy |
IndexingPolicy.withExcludedPaths(List<ExcludedPath> excludedPaths)
Set the excludedPaths property: List of paths to exclude from indexing.
|
IndexingPolicy |
IndexingPolicy.withIncludedPaths(List<IncludedPath> includedPaths)
Set the includedPaths property: List of paths to include in the indexing.
|
IndexingPolicy |
IndexingPolicy.withIndexingMode(IndexingMode indexingMode)
Set the indexingMode property: Indicates the indexing mode.
|
IndexingPolicy |
IndexingPolicy.withSpatialIndexes(List<SpatialSpec> spatialIndexes)
Set the spatialIndexes property: List of spatial specifics.
|
| Modifier and Type | Method and Description |
|---|---|
GremlinGraphResource |
GremlinGraphResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the indexingPolicy property: The configuration of the indexing policy.
|
SqlContainerResource |
SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the indexingPolicy property: The configuration of the indexing policy.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.