Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
IndexingPolicy |
SqlContainerResource.indexingPolicy()
Get the configuration of the indexing policy.
|
IndexingPolicy |
GremlinGraphResource.indexingPolicy()
Get the configuration of the indexing policy.
|
IndexingPolicy |
IndexingPolicy.withAutomatic(Boolean automatic)
Set indicates if the indexing policy is automatic.
|
IndexingPolicy |
IndexingPolicy.withExcludedPaths(List<ExcludedPath> excludedPaths)
Set list of paths to exclude from indexing.
|
IndexingPolicy |
IndexingPolicy.withIncludedPaths(List<IncludedPath> includedPaths)
Set list of paths to include in the indexing.
|
IndexingPolicy |
IndexingPolicy.withIndexingMode(IndexingMode indexingMode)
Set indicates the indexing mode.
|
Modifier and Type | Method and Description |
---|---|
SqlContainerResource |
SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the configuration of the indexing policy.
|
GremlinGraphResource |
GremlinGraphResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the configuration of the indexing policy.
|
Copyright © 2019. All rights reserved.