Compartilhar via


GeospatialConfig.GeospatialType Propriedade

Definição

Obtém ou define o tipo geoespacial (geografia ou geometria) no serviço do 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

Valor da propriedade

Um dos valores da enumeração GeospatialType.

Atributos
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a