MetricValue.Count Property

Definition

Gets the number of values for the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to