Index.CharFilters Property

Definition

Gets or sets the character filters for the index.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to