TimeSeriesBaseline Class

Definition

The baseline values for a single time series.

public class TimeSeriesBaseline
type TimeSeriesBaseline = class
Public Class TimeSeriesBaseline
Inheritance
TimeSeriesBaseline

Constructors

TimeSeriesBaseline()

Initializes a new instance of the TimeSeriesBaseline class.

TimeSeriesBaseline(String, IList<Nullable<DateTime>>, IList<SingleBaseline>, IList<MetricSingleDimension>, IList<BaselineMetadata>)

Initializes a new instance of the TimeSeriesBaseline class.

Properties

Aggregation

Gets or sets the aggregation type of the metric.

Data

Gets or sets the baseline values for each sensitivity.

Dimensions

Gets or sets the dimensions of this time series.

MetadataValues

Gets or sets the baseline metadata values.

Timestamps

Gets or sets the list of timestamps of the baselines.

Methods

Validate()

Validate the object.

Applies to