Class ProductAnalyticsTimeseriesResponseAttributes

Attributes of a timeseries analytics response, containing series data, timestamps, and interval definitions.

Hierarchy

  • ProductAnalyticsTimeseriesResponseAttributes

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

Interval definitions describing the time buckets used in the response.

The list of series, each corresponding to a query or group-by combination.

times?: number[]

Timestamps for each data point (epoch milliseconds).

values?: (null | number)[][]

Values for each series at each time point.

Generated using TypeDoc