ScoringFunctionAggregation 列挙型

定義

ScoringFunctionAggregation の値を定義します。

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

フィールド

Average 1
FirstMatching 4
Maximum 3
Minimum 2
Sum 0

適用対象