Class RumRetentionQuotaConfigAttributes

The RUM retention quota configuration properties.

Hierarchy

  • RumRetentionQuotaConfigAttributes

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

The configuration used when mode is custom.

The retention quota mode. custom enforces a fixed session limit. custom is the only supported mode.

orgId: number

The ID of the organization the retention quota configuration belongs to.

updatedAt?: Date

The date the retention quota configuration was last updated.

updatedBy?: string

The handle of the user who last updated the retention quota configuration.

Generated using TypeDoc