Enum DataType
Defines the target data type of an index path specification in the Azure Cosmos DB service.
public enum DataType
- Extension Methods
Fields
LineString = 3Represent a line string data type.
MultiPolygon = 5Represent a multi-polygon data type.
Number = 0Represents a numeric data type.
Point = 2Represent a point data type.
Polygon = 4Represent a polygon data type.
String = 1Represents a string data type.