SpatialType Enum
- java.
lang. Object - java.
lang. Enum<SpatialType> - com.
microsoft. azure. cosmosdb. SpatialType
- com.
- java.
public enum SpatialType
Defines the target data type of an index path specification in the Azure Cosmos DB service.
Fields
LineString |
Represent a line string data type. |
MultiPolygon |
Represent a multi-polygon data type. |
Point |
Represent a point data type. |
Polygon |
Represent a polygon 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