The configuration used when mode is custom.

Hierarchy

  • RumRateLimitCustomConfig

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

The time of day when the daily quota resets, in HH:MM 24-hour format.

dailyResetTimezone: string

The timezone offset used for the daily reset time, in ±HH:MM format.

quotaReachedAction: RumRateLimitQuotaReachedAction

The action to take when the session quota is reached.

sessionLimit: number

The maximum number of sessions allowed within the window.

The window type over which the session limit is enforced.

Generated using TypeDoc