Class ProductAnalyticsRetentionCompute

The metric and aggregation applied to a retention query.

Hierarchy

  • ProductAnalyticsRetentionCompute

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 applied to the metric, such as count or avg.

The retention metric to compute, either an absolute count or a rate.

Generated using TypeDoc