Class RumRetentionQuotaConfigUpdateAttributes

The RUM retention quota configuration properties to create or update.

Hierarchy

  • RumRetentionQuotaConfigUpdateAttributes

Constructors

Properties

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.

Generated using TypeDoc