Edit

Share via


ResourceUtilizationHealthCheckOptions.SamplingWindow Property

Definition

Gets or sets the time window for used for calculating CPU and memory utilization averages.

public:
 property TimeSpan SamplingWindow { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SamplingWindow { get; set; }
member this.SamplingWindow : TimeSpan with get, set
Public Property SamplingWindow As TimeSpan

Property Value

The default value is 5 seconds.

Applies to