你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataType Class
Specifies the data type of index specs.
Constructor
DataType()
Attributes
LineString
Represents a line string data type.
LineString: Literal['LineString'] = 'LineString'
MultiPolygon
Represents a multi-polygon data type.
MultiPolygon: Literal['MultiPolygon'] = 'MultiPolygon'
Number
Represents a numeric data type.
Number: Literal['Number'] = 'Number'
Point
Represents a point data type.
Point: Literal['Point'] = 'Point'
Polygon
Represents a polygon data type.
Polygon: Literal['Polygon'] = 'Polygon'
String
Represents a string data type.
String: Literal['String'] = 'String'