Class TimeseriesFormulaRequestAttributes

The object describing a timeseries formula request.

Hierarchy

  • TimeseriesFormulaRequestAttributes

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
formulas?: QueryFormula[]

List of formulas to be calculated and returned as responses.

from: number

Start date (inclusive) of the query in milliseconds since the Unix epoch.

interval?: number

A time interval in milliseconds. May be overridden by a larger interval if the query would result in too many points for the specified timeframe. Defaults to a reasonable interval for the given timeframe.

queries: TimeseriesQuery[]

List of queries to be run and used as inputs to the formulas.

to: number

End date (exclusive) of the query in milliseconds since the Unix epoch.

Generated using TypeDoc