public final class Indexes extends Object
| Constructor and Description |
|---|
Indexes() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
dataType()
Get the dataType property: The datatype for which the indexing behavior is applied to.
|
IndexKind |
kind()
Get the kind property: Indicates the type of index.
|
Integer |
precision()
Get the precision property: The precision of the index.
|
void |
validate()
Validates the instance.
|
Indexes |
withDataType(DataType dataType)
Set the dataType property: The datatype for which the indexing behavior is applied to.
|
Indexes |
withKind(IndexKind kind)
Set the kind property: Indicates the type of index.
|
Indexes |
withPrecision(Integer precision)
Set the precision property: The precision of the index.
|
public DataType dataType()
public Indexes withDataType(DataType dataType)
dataType - the dataType value to set.public Integer precision()
public Indexes withPrecision(Integer precision)
precision - the precision value to set.public IndexKind kind()
public Indexes withKind(IndexKind kind)
kind - the kind value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.