EventSelection
Strategy for choosing target events when several are reachable from one source.
Used as Input
0
functions accept this type(+1 nested)
Used as Output
0
functions return this type
Type Definition
4 nested items
enum(4 variants)— Strategy for choosing target events when several are reachable from one source.
variant 1:"All"— Keep all reachable targets.
variant 2:"First"— Keep only the earliest target event per source.
variant 3:"Last"— Keep only the latest target event per source.
variant 4:"Closest"— Keep the target event closest in time to the source event.
Example JSON Value
"All"