Geometry.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets geometry type in the Azure Cosmos DB service.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty("type", Order=0, Required=Newtonsoft.Json.Required.Always)]
[System.Runtime.Serialization.DataMember(Name="type")]
public Microsoft.Azure.Cosmos.Spatial.GeometryType Type { get; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty("type", Order=0, Required=Newtonsoft.Json.Required.Always)>]
[<System.Runtime.Serialization.DataMember(Name="type")>]
member this.Type : Microsoft.Azure.Cosmos.Spatial.GeometryType
Public ReadOnly Property Type As GeometryType
Property Value
Type of geometry.
- Attributes