Class ProductAnalyticsRetentionListQuery

Query definition for a retention list request.

Hierarchy

  • ProductAnalyticsRetentionListQuery

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

The attribute columns to include in each returned row.

Narrows a retention query to a single cell, at the intersection of one cohort and one return period.

limit?: number

Maximum number of rows to return. Use 0 for no limit.

Defines the cohort and return criteria that make up a retention query.

Generated using TypeDoc