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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET