Partager via


GeospatialConfig.GeospatialType Propriété

Définition

Obtient ou définit le type géospatial (geography ou geometry) dans le service 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

Valeur de propriété

Une des valeurs de l'énumération GeospatialType.

Attributs
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

S’applique à