MetricEnrichedSeriesData.MetricValues 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 values of the data points present in this time series.
public System.Collections.Generic.IReadOnlyList<double> MetricValues { get; }
member this.MetricValues : System.Collections.Generic.IReadOnlyList<double>
Public ReadOnly Property MetricValues As IReadOnlyList(Of Double)