共用方式為


Field.Type Property

Definition

Gets or sets the data type of the field. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to