Class TimeseriesAnomalyInvestigationSeries

Logical series on which the anomaly was detected.

Hierarchy

  • TimeseriesAnomalyInvestigationSeries

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
groupTags: string[]

Tags identifying the selected group. Empty for a query without grouping.

label: string

Display label for the selected series.

queryIndex: number

Zero-based index of the caller's formula that produced the series.

Generated using TypeDoc