GeospatialConfig.GeospatialType Propiedad

Definición

Obtiene o establece el tipo geoespacial (geography o geometry) en el servicio Azure Cosmos DB.

[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

Valor de propiedad

Uno de los valores de la enumeración GeospatialType.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Se aplica a