| Modifier and Type | Method and Description |
|---|---|
Indexes |
Indexes.withDataType(DataType dataType)
Set the datatype for which the indexing behavior is applied to.
|
Indexes |
Indexes.withKind(IndexKind kind)
Set indicates the type of index.
|
Indexes |
Indexes.withPrecision(Integer precision)
Set the precision of the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<Indexes> |
IncludedPath.indexes()
Get list of indexes for this path.
|
| Modifier and Type | Method and Description |
|---|---|
IncludedPath |
IncludedPath.withIndexes(List<Indexes> indexes)
Set list of indexes for this path.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/