Class ProductAnalyticsAnalyticsListRequestAttributes

Attributes for an analytics list request.

Hierarchy

  • ProductAnalyticsAnalyticsListRequestAttributes

Constructors

Properties

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
from: number

Start time in epoch milliseconds. Must be less than to.

The analytics list query definition. It selects the events to return with query, then chooses the columns on each event row, the sort applied to those rows, and a row limit. Unlike the scalar and timeseries queries, a list query returns raw event rows rather than aggregates, so it takes no compute or group-by rule.

to: number

End time in epoch milliseconds.

Generated using TypeDoc