Skip to main content

except

except removes all items from the input context that are in the operand.

ContextType
Inputany set or collection
Outputa set or collection the same type as the input
ParameterType
operanda set or collection of the same type as the input

Examples

Finds all sensors except temperature sensors with a value greater than 10:

objects(type="sensor").except(objects(value > 10, measurementType="temperature"))