Compartilhar via


Field.Type Propriedade

Definição

Obtém ou define o tipo de dados do campo. Os valores possíveis incluem: 'Edm.String', 'Edm.Int32', 'Edm.Int64', 'Edm.Double', 'Edm.Boolean', 'Edm.DateTimeOffset', 'Edm.GeographyPoint', 'Edm.ComplexType'

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public Microsoft.Azure.Search.Models.DataType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Microsoft.Azure.Search.Models.DataType with get, set
Public Property Type As DataType

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a