Enum SpatialType
Defines the target data type of an index path specification in the Azure Cosmos DB service.
public enum SpatialType
- Extension Methods
Fields
LineString = 1Represent a line string data type.
MultiPolygon = 3Represent a multi-polygon data type.
Point = 0Represent a point data type.
Polygon = 2Represent a polygon data type.