EventTriggerLimits

data class EventTriggerLimits(val eventExpiration: Int? = null, val periods: List<EventTriggerPeriod>? = null)

Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.

Constructors

Link copied to clipboard
constructor(eventExpiration: Int? = null, periods: List<EventTriggerPeriod>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventExpiration: Int? = null

Specifies that an event will only trigger the destination if it is processed within a certain latency period.

Link copied to clipboard

A list of time periods during which the limits apply.