Share via


TimeSeriesElement Class

Definition

The time series returned when a data query is performed.

public class TimeSeriesElement : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TimeSeriesElement>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TimeSeriesElement>
type TimeSeriesElement = class
    interface IJsonModel<TimeSeriesElement>
    interface IPersistableModel<TimeSeriesElement>
Public Class TimeSeriesElement
Implements IJsonModel(Of TimeSeriesElement), IPersistableModel(Of TimeSeriesElement)
Inheritance
TimeSeriesElement
Implements

Properties

Data

An array of data points representing the metric values.

DimensionValues

The dimension values.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TimeSeriesElement>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TimeSeriesElement>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TimeSeriesElement>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TimeSeriesElement>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TimeSeriesElement>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to