你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GeospatialConfig.GeospatialType 属性

定义

获取或设置 azure Cosmos DB 服务中地理空间类型 (地理或几何) 。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Cosmos.GeospatialType GeospatialType { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.GeospatialType : Microsoft.Azure.Cosmos.GeospatialType with get, set
Public Property GeospatialType As GeospatialType

属性值

GeospatialType 枚举的值之一。

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

适用于