SpatialType Enum

  • java.lang.Object
    • java.lang.Enum<SpatialType>
      • com.microsoft.azure.cosmosdb.SpatialType

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