Class RUMOperationJourneyCompositeRule

A composite rule combining several predicates. Used as an alternative to nodes on a journey step when several conditions must be matched together, in any order or in a specific order.

Hierarchy

  • RUMOperationJourneyCompositeRule

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
compositeRuleId?: string

The unique identifier of the composite rule. Generated by the server if omitted.

configVersion?: string

A hash of the composite rule's configuration, computed by the server.

The rule used to combine the composite rule's predicates. all_of requires every predicate to match, in any order. in_order requires every predicate to match in the given order.

maxWindowMs?: number

The maximum time window, in milliseconds, in which all predicates must match.

The list of predicates that must be matched by RUM events.

Generated using TypeDoc