MetricDefinition.MetricClass Property

Definition

Gets or sets the class of the metric. Possible values include: 'Availability', 'Transactions', 'Errors', 'Latency', 'Saturation'

[Newtonsoft.Json.JsonProperty(PropertyName="metricClass")]
public string MetricClass { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="metricClass")>]
member this.MetricClass : string with get, set
Public Property MetricClass As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to