Class AggregatedLongTasksResponseAttributes

Attributes of an aggregated long tasks response.

Hierarchy

  • AggregatedLongTasksResponseAttributes

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 that was analyzed.

Performance criteria to filter view instances by a metric threshold.

from: number

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

longTasksByInvokerType: AggregatedLongTasksByInvokerType[]

Long task statistics grouped by invoker type, sorted by impact score descending.

sampledViewIds: string[]

List of RUM view IDs sampled for this aggregation, capped at 50.

to: number

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

viewCount: number

Number of view instances included in the analysis.

viewName: string

The RUM view name that was analyzed.

Generated using TypeDoc