Utility.UnderUtilizationTrailingWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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