Share via


FreshnessScoringFunction.Parameters Property

Definition

Gets or sets parameter values for the freshness scoring function.

[Newtonsoft.Json.JsonProperty(PropertyName="freshness")]
public Microsoft.Azure.Search.Models.FreshnessScoringParameters Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="freshness")>]
member this.Parameters : Microsoft.Azure.Search.Models.FreshnessScoringParameters with get, set
Public Property Parameters As FreshnessScoringParameters

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to