Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 766 Bytes

File metadata and controls

18 lines (10 loc) · 766 Bytes

EventFilter

Properties

Name Type Description Notes
type String Filter type. One of [contextAttribute, eventProperty, group]
attribute String If not a group node, the context attribute name or event property name to filter on [optional]
op String
values List<Object> The context attribute / event property values or group member nodes. Numeric values must not exceed 14 decimal places.
contextKind String For context attribute filters, the context kind. [optional]
negate Boolean If set, then take the inverse of the operator. 'in' becomes 'not in'.