Number of RUM sessions recorded for each hour for a given organization.

Hierarchy

  • UsageRumSessionsHour

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
hour?: Date

The hour for the usage.

orgName?: string

The organization name.

publicId?: string

The organization public ID.

replaySessionCount?: number

Contains the number of RUM Session Replay counts (data available beginning November 1, 2021).

sessionCount?: number

Contains the number of browser RUM lite Sessions.

sessionCountAndroid?: number

Contains the number of mobile RUM sessions on Android (data available beginning December 1, 2020).

sessionCountFlutter?: number

Contains the number of mobile RUM sessions on Flutter (data available beginning March 1, 2023).

sessionCountIos?: number

Contains the number of mobile RUM sessions on iOS (data available beginning December 1, 2020).

sessionCountReactnative?: number

Contains the number of mobile RUM sessions on React Native (data available beginning May 1, 2022).

Generated using TypeDoc