PerfCounterDataSource.SamplingFrequencyInSeconds Property

Definition

Gets or sets the number of seconds between consecutive counter measurements (samples).

[Newtonsoft.Json.JsonProperty(PropertyName="samplingFrequencyInSeconds")]
public int? SamplingFrequencyInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="samplingFrequencyInSeconds")>]
member this.SamplingFrequencyInSeconds : Nullable<int> with get, set
Public Property SamplingFrequencyInSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to