次の方法で共有


MetricValue.Total プロパティ

定義

時間範囲内のすべての値の合計を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象