次の方法で共有


MetricSpecification.AggregationType プロパティ

定義

このフィールドの値を 1 つだけ指定する値を取得または設定します。 有効な値: Average、Minimum、Maximum、Total、Count。

[Newtonsoft.Json.JsonProperty(PropertyName="aggregationType")]
public string AggregationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aggregationType")>]
member this.AggregationType : string with get, set
Public Property AggregationType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象