Class ProductAnalyticsRetentionGroupBy

Splits retention results by the values of a facet.

Hierarchy

  • ProductAnalyticsRetentionGroupBy

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

The attribute path to group by.

limit?: number

Maximum number of groups to return. Omit it to let the service choose.

shouldExcludeMissing?: boolean

Whether to drop entities that have no value for the facet.

Sort configuration for group-by results.

source?: string

Audience source backing the group-by, when grouping by an audience rather than a facet.

Which axis of the retention grid a group-by applies to.

Generated using TypeDoc