次の方法で共有


QueryMetricProperties.Avg プロパティ

定義

avg() 集計関数が間隔にわたって使用されている場合にメトリック値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象