Share via


MetricValue.Count Property

Definition

Gets or sets the number of samples in the time range. Can be used to determine the number of values that contributed to the average value.

[Newtonsoft.Json.JsonProperty(PropertyName="count")]
public double? Count { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="count")>]
member this.Count : Nullable<double> with get, set
Public Property Count As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to