DataType 枚举
定义
Data types in the Azure Cosmos DB database service.
public enum DataType
- 继承
-
java.lang.Objectjava.lang.Enum<DataType>DataType
字段
LineString | Represents a line string data type. |
MultiPolygon | Represent a multi-polygon 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. |