次の方法で共有


QueryAggregationFunction 列挙型

定義

QueryAggregationFunction の値を定義します。

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

フィールド

Avg 2
Max 1
Min 0
Sum 3

適用対象