| 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/