TopQueries.ObservedMetric Property

Definition

Gets the type of metric to use for ordering the top metrics. Possible values include: 'cpu', 'io', 'logio', 'duration', 'executionCount'

[Newtonsoft.Json.JsonProperty(PropertyName="observedMetric")]
public Microsoft.Azure.Management.Synapse.Models.QueryObservedMetricType? ObservedMetric { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="observedMetric")>]
member this.ObservedMetric : Nullable<Microsoft.Azure.Management.Synapse.Models.QueryObservedMetricType>
Public ReadOnly Property ObservedMetric As Nullable(Of QueryObservedMetricType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to