Share via


ScoringProfile.Functions Property

Definition

Gets or sets the collection of functions that influence the scoring of documents.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to