FilterTrackMessageInput
About FilterTrackMessageInput
FilterTrackMessageInput
allows for filtering a tracks
subscription based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below
dataSourceId
If provided, specifies filters that work against the unique id of the data source that initiated the track.
Type: FilterIDInput
tag
If provided, specifies filters that work against the tag of a track
Type: FilterStringInput
position
If provided, specifies filters that work against the positions of the track’s detections
Type: FilterPointInput
identifier
If provided, specifies filters that work against the identifier of the track
Type: FilterTrackPropertyInput
attribute
If provided, specifies filters that work against the attributes of the track
Type: FilterTrackPropertyInput
state
Specifies filters that work against the state of the track message.
Type: FilterMessageStateInput
and
If provided, a detection activity must pass all filters in this list to match the current filter.
Type: [FilterTrackMessageInput!]
or
If provided, a detection activity must pass at least one of the filters in this list to match the current filter.
Type: [FilterTrackMessageInput!]
not
If provided, a detection activity may not match this filter to match the current filter.
Type: FilterTrackMessageInput