Utility.OverUtilizationTrailingWindow Property

Definition

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

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

Property Value

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

Attributes

Applies to