MetricStatisticType Enum

Definition

Defines values for MetricStatisticType.

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

Fields

Average 0
Count 4
Max 2
Min 1
Sum 3

Applies to