你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BingCustomSearchConfiguration.Freshness Property

Definition

Filter search results by the following case-insensitive age values:

  • Day: Return webpages that Bing discovered within the last 24 hours.
  • Week: Return webpages that Bing discovered within the last 7 days.
  • Month: Return webpages that Bing discovered within the last 30 days. To get articles discovered by Bing during a specific timeframe, specify a date range in the form: YYYY-MM-DD..YYYY-MM-DD. For example, freshness=2019-02-01..2019-05-30. To limit the results to a single date, set this parameter to a specific date. For example, freshness=2019-02-04.
public string Freshness { get; set; }
member this.Freshness : string with get, set
Public Property Freshness As String

Property Value

Applies to