DataFeedSchema.MetricColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET