Group by configuration for Product Analytics Extended queries.

Hierarchy

  • ProductAnalyticsExtendedGroupBy

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

Facet name to group by.

limit?: number

Maximum number of groups to return.

shouldExcludeMissing?: boolean

Whether to exclude events missing the group-by facet.

Options for sorting group by results.

Generated using TypeDoc