次の方法で共有


Index.Analyzers プロパティ

定義

インデックスのアナライザーを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象