SpatialType Enum

Definition

Defines the target data type of an index path specification in the Azure Cosmos DB service.

public enum SpatialType
type SpatialType = 
Public Enum SpatialType
Inheritance
SpatialType

Fields

LineString 1

Represent a line string data type.

MultiPolygon 3

Represent a multi-polygon data type.

Point 0

Represent a point data type.

Polygon 2

Represent a polygon data type.

Applies to