Class AggregatedWaterfallRequestAttributes

Attributes for an aggregated waterfall query.

Hierarchy

  • AggregatedWaterfallRequestAttributes

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

The RUM application ID to analyze.

Performance criteria to filter view instances by a metric threshold.

filter?: string

RUM query string to filter events (for example, @session.type:user @geo.country:US).

from: number

Start of the time range as a Unix timestamp in seconds.

includeGlobalAppearance?: boolean

When true, enriches each resource with cross-view appearance statistics.

sampleSize: number

Number of view instances to sample, between 1 and 500.

to: number

End of the time range as a Unix timestamp in seconds.

viewName: string

The RUM view name to analyze (for example, /account/login).

Generated using TypeDoc