我有以 IOTHUB 作为输入的 Azure 流分析作业,并为具有多个条件的基于阈值的规则创建了查询。现在我有一个场景,我需要比较多个设备的遥测数据。
当前解决方案适用于:Device1:property1 > threshold AND property2 < threshold
寻找解决方案: Device1:property1 > threshold AND Device2:property2 < threshold
搜索了网络,但实际上找不到任何东西来比较多个设备的遥测。我不确定这是否受支持。