次の方法で共有


GeospatialConfig.GeospatialType プロパティ

定義

Azure Cosmos DB サービスの地理空間型 (geography または geometry) を取得または設定します。

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

プロパティ値

GeospatialType 列挙体の値のいずれかです。

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

適用対象