Attributes for recording a session watch event, including the application, event reference, and timestamp.

Hierarchy

  • WatchDataAttributes

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

Unique identifier of the RUM application containing the session.

dataSource?: string

Data source type indicating the origin of the session data (e.g., rum or product_analytics).

eventId: string

Unique identifier of the RUM event that was watched.

timestamp: Date

Timestamp when the session was watched.

Generated using TypeDoc