MetricValue.Total Property

Definition

Gets the total value of the metric.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to