Azure IoT Event Filter¶
Connect iPaaS enables you to select specific events and filter out the rest using certain attributes of the incoming Azure IoT event. This ability allows selective processing of the events of interest.
In case of unstructured Data
, you can filter the events on the basis of IoT data
. For example, the workflow shown in Figure 1, will process the events only if the IoT data
contains Tubelight
.
In case of structured Data
, you can filter the events based on the values of specific keys in your IoT data. You can also filter on the basis of the contents of the IoT data
. You can construct complex conditions to filter the desired events using AND and OR conditions.
For example, the workflow in Figure 2 will only process the events if the property Temperature
has value more than 100
and the value of property Location
is cafeteria
.
See Event Filters to learn more about event filtering on Connect iPaaS.