A compute rule for aggregating data.

Hierarchy

  • ProductAnalyticsCompute

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
aggregation: string

The aggregation function (count, cardinality, avg, sum, min, max, etc.).

interval?: number

Time bucket size in milliseconds. Required for timeseries queries.

metric?: string

The metric to aggregate on. Required for non-count aggregations.

Generated using TypeDoc