次の方法で共有


QueryMetricProperties.Sum プロパティ

定義

間隔で sum() 集計関数が使用されている場合のメトリック値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象