DataFeedSchema.DimensionColumns 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 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
DimensionColumns is null.
Remarks
Once the data feed containing this schema is created, this property cannot be changed anymore.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET