| Package | Description |
|---|---|
| com.azure.resourcemanager.cosmos.models |
Package containing the data models for CosmosDBManagementClient.
|
| 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 property: 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 |
|---|---|
Indexes |
Indexes.withDataType(DataType dataType)
Set the dataType property: The datatype for which the indexing behavior is applied to.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.