次の方法で共有


Index.Fields プロパティ

定義

インデックスのフィールドを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="fields")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Field> Fields { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fields")>]
member this.Fields : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.Field> with get, set
Public Property Fields As IList(Of Field)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象