次の方法で共有


DiagnosticMetricSample.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

適用対象