次の方法で共有


MetricData.Sum プロパティ

定義

タイムスタンプのすべてのサンプルの合計を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象