Share via


MetricTimeSeriesElement.Values Property

Definition

An array of data points representing the metric values. This is only returned if a result type of data is specified.

public System.Collections.Generic.IReadOnlyList<Azure.Monitor.Query.Models.MetricValue> Values { get; }
member this.Values : System.Collections.Generic.IReadOnlyList<Azure.Monitor.Query.Models.MetricValue>
Public ReadOnly Property Values As IReadOnlyList(Of MetricValue)

Property Value

Applies to