/AWS1/CL_CUSEVENTTRIGGERLIMITS¶
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventexpiration TYPE /AWS1/CUSOPTIONALLONG /AWS1/CUSOPTIONALLONG¶
In milliseconds. Specifies that an event will only trigger the destination if it is processed within a certain latency period.
it_periods TYPE /AWS1/CL_CUSPERIOD=>TT_PERIODS TT_PERIODS¶
A list of time periods during which the limits apply.
Queryable Attributes¶
EventExpiration¶
In milliseconds. Specifies that an event will only trigger the destination if it is processed within a certain latency period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTEXPIRATION() |
Getter for EVENTEXPIRATION, with configurable default |
ASK_EVENTEXPIRATION() |
Getter for EVENTEXPIRATION w/ exceptions if field has no val |
HAS_EVENTEXPIRATION() |
Determine if EVENTEXPIRATION has a value |
Periods¶
A list of time periods during which the limits apply.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERIODS() |
Getter for PERIODS, with configurable default |
ASK_PERIODS() |
Getter for PERIODS w/ exceptions if field has no value |
HAS_PERIODS() |
Determine if PERIODS has a value |