Utility.UnderUtilizationTrailingWindow Property

Definition

Gets or sets the trailing window, in hours, used to compute health states.

public:
 property int UnderUtilizationTrailingWindow { int get(); void set(int value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public int UnderUtilizationTrailingWindow { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.UnderUtilizationTrailingWindow : int with get, set
Public Property UnderUtilizationTrailingWindow As Integer

Property Value

An Int32 value that specifies the length, in hours, of the trailing window that is used to compute underutilization health states for volatile resources such as the processor or I/O.

Attributes

Applies to