DataType Enum

Definition

Defines the target data type of an index path specification in the Azure DocumentDB database service.

public enum DataType
Inheritance
DataType

Fields

LineString

Represent a line string data type.

Number

Represents a numeric data type.

Point

Represent a point data type.

Polygon

Represent a polygon data type.

String

Represents a string data type.