DataType Class
Specifies the data type of index specs.
- Inheritance
-
builtins.objectDataType
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'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python