Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.06 KB

EventDependencyFilter.md

File metadata and controls

18 lines (11 loc) · 1.06 KB

EventDependencyFilter

EventDependencyFilter defines filters and constraints for a event.

Properties

Name Type Description Notes
exprLogicalOperator String ExprLogicalOperator defines how multiple Exprs filters (if defined) are evaluated together. Available values: and (&&), or (
dataLogicalOperator String DataLogicalOperator defines how multiple Data filters (if defined) are evaluated together. Available values: and (&&), or (
exprs List<ExprFilter> Exprs contains the list of expressions evaluated against the event payload. [optional]
context EventContext [optional]
time TimeFilter [optional]
data List<DataFilter> Data filter constraints with escalation [optional]