Class AggregatedWaterfallResponseAttributes

Attributes of an aggregated waterfall response.

Hierarchy

  • AggregatedWaterfallResponseAttributes

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.

resources: AggregatedResource[]

Network resources in chronological waterfall order.

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.

totalCacheHitRatePct: number

Overall cache hit rate across all sampled views.

viewCount: number

Number of view instances included in the analysis.

viewName: string

The RUM view name that was analyzed.

Generated using TypeDoc