Table of Contents

Enum SpatialType

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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

public enum SpatialType
Extension Methods

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.