DataFeedSchema.DimensionColumns Property

Definition

The dimensions ingested from the data source. Given a metric, for each set of values these dimensions can assume, one time series is generated in the service and monitored in search of anomalies.

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

Property Value

Exceptions

Remarks

Once the data feed containing this schema is created, this property cannot be changed anymore.

Applies to