MetricAggregationType Enum

Definition

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

Fields

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

Applies to