次の方法で共有


MetricData.Maximum プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象