次の方法で共有


MetricData.Minimum プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象