次の方法で共有


MetricAggregationType 列挙型

定義

MetricAggregationType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum MetricAggregationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type MetricAggregationType = 
Public Enum MetricAggregationType
継承
MetricAggregationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Average 0
Last 1
Maximum 2
Minimum 3
None 4
Total 5

適用対象