QueryObservedMetricType Enum

Definition

Defines values for QueryObservedMetricType.

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

Fields

Name Value Description
Cpu 0
Io 1
Logio 2
Duration 3
ExecutionCount 4

Applies to