DataType Enum

Definition

Defines the target data type of an index path specification in the Azure Cosmos DB service.

public enum DataType
type DataType = 
Public Enum DataType
Inheritance
DataType

Fields

LineString 3

Represent a line string data type.

MultiPolygon 5

Represent a multi-polygon data type.

Number 0

Represents a numeric data type.

Point 2

Represent a point data type.

Polygon 4

Represent a polygon data type.

String 1

Represents a string data type.

Applies to