AckdbObserveFilter
Recursive Observe filter DSL. A node is either a boolean `group` (with `op` and a `children` array of further nodes) or a leaf condition (`trait`, `attribute`, `event`, or `event_field`). The root node is always a group. Empty groups compile to TRUE (match all).
Properties
one of
Recursive Observe filter DSL. A node is either a boolean `group` (with `op` and a `children` array of further nodes) or a leaf condition (`trait`, `attribute`, `event`, or `event_field`). The root node is always a group. Empty groups compile to TRUE (match all).
Option 1
Option 2
Option 3
Option 4
Option 5
Example
AckdbObserveFilter example
{
"type": "group",
"op": "and",
"children": [
{
"$ref": "See AckdbObserveFilterGroup"
}
]
}