Table of Contents

Class SpatialType

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

Defines values for SpatialType.

public class SpatialType : ExpandableStringEnum<SpatialType>
Inheritance
SpatialType

Constructors

SpatialType()

public SpatialType()

Fields

LineString

public static readonly SpatialType LineString

Field Value

SpatialType

MultiPolygon

public static readonly SpatialType MultiPolygon

Field Value

SpatialType

Point

public static readonly SpatialType Point

Field Value

SpatialType

Polygon

public static readonly SpatialType Polygon

Field Value

SpatialType