TimeAggregationType Enum

Definition

Defines values for TimeAggregationType.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum TimeAggregationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type TimeAggregationType = 
Public Enum TimeAggregationType
Inheritance
TimeAggregationType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

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

Applies to