DataType Enum
- java.
lang. Object - java.
lang. Enum<DataType> - com.
microsoft. azure. documentdb. DataType
- com.
- java.
public enum DataType
Data types in the Azure Cosmos DB database service.
Fields
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. |
Applies to
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 Java