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

FreshnessScoringParameters(TimeSpan) 构造函数

定义

初始化 FreshnessScoringParameters 的新实例。

public FreshnessScoringParameters (TimeSpan boostingDuration);
new Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters : TimeSpan -> Azure.Search.Documents.Indexes.Models.FreshnessScoringParameters
Public Sub New (boostingDuration As TimeSpan)

参数

boostingDuration
TimeSpan

到期时间过后,特定文档的提升将停止。

适用于