| Modifier and Type | Field and Description |
|---|---|
static DataType |
DataType.LINE_STRING
Static value LineString for DataType.
|
static DataType |
DataType.MULTI_POLYGON
Static value MultiPolygon for DataType.
|
static DataType |
DataType.NUMBER
Static value Number for DataType.
|
static DataType |
DataType.POINT
Static value Point for DataType.
|
static DataType |
DataType.POLYGON
Static value Polygon for DataType.
|
static DataType |
DataType.STRING
Static value String for DataType.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
Indexes.dataType()
Get the datatype for which the indexing behavior is applied to.
|
static DataType |
DataType.fromString(String name)
Creates or finds a DataType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DataType> |
DataType.values() |
| Modifier and Type | Method and Description |
|---|---|
Indexes |
Indexes.withDataType(DataType dataType)
Set the datatype for which the indexing behavior is applied to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/