AggregationType 列挙型

定義

AggregationType の値を定義します。

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

フィールド

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

適用対象