TimeSeriesElement Class

Definition

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