DataFeedSchema.MetricColumns Property

Definition

The metrics used to monitor and assess the status of specific business processes. The service will monitor how these values vary over time in search of any anomalous behavior.

public System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DataFeedMetric> MetricColumns { get; }
member this.MetricColumns : System.Collections.Generic.IList<Azure.AI.MetricsAdvisor.Models.DataFeedMetric>
Public ReadOnly Property MetricColumns As IList(Of DataFeedMetric)

Property Value

Remarks

At least one metric must be added to this property when creating a DataFeed, otherwise the creation operation will fail. Once the data feed containing this schema is created, this property cannot be changed anymore.

Applies to