FreshnessScoringParameters.BoostingDuration Property

Required. Gets or sets the expiration period after which boosting will stop for a particular document.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As FreshnessScoringParameters
Dim value As String

value = instance.BoostingDuration

instance.BoostingDuration = value

Syntax

'Declaration
Public Property BoostingDuration As String
public string BoostingDuration { get; set; }
public:
property String^ BoostingDuration {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_BoostingDuration ()

/** @property */
public void set_BoostingDuration (String value)
public function get BoostingDuration () : String

public function set BoostingDuration (value : String)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

FreshnessScoringParameters Class
FreshnessScoringParameters Members
Microsoft.Azure.Search.Models Namespace