Compartilhar via


AggregationType Enumeração

Definição

Define valores para 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
Herança
AggregationType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

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

Aplica-se a