TimeSeriesElement Class
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.
A time series result type. The discriminator value is always TimeSeries in this case.
public class TimeSeriesElement
type TimeSeriesElement = class
Public Class TimeSeriesElement
- Inheritance
-
TimeSeriesElement
Constructors
TimeSeriesElement() |
Initializes a new instance of the TimeSeriesElement class. |
TimeSeriesElement(IList<MetadataValue>, IList<MetricValue>) |
Initializes a new instance of the TimeSeriesElement class. |
Properties
Data |
Gets or sets an array of data points representing the metric values. This is only returned if a result type of data is specified. |
Metadatavalues |
Gets or sets the metadata values returned if $filter was specified in the call. |
Applies to
Azure SDK for .NET