FilterMeasurementInput
About FilterMeasurementInput
FilterMeasurementInput
allows for filtering measurement of a sensor on criteria described below.
Only one field should be provided per Filter object unless using an operator (and
or
not
) as specified below
sensorId
If provided, specifies filters that work against the unique id of the sensor that created a measurement.
Type: FilterIDInput
time
If provided, specifies filters that work against the timestamp associated with the sensor measurement.
Type: FilterDateTimeOffsetInput!
and
If provided, a measurement must pass all filters in this list to match the current filter.
Type: [FilterMeasurementInput!]
or
If provided, a measurement must pass at least one of the filters in this list to match the current filter.
Type: [FilterMeasurementInput!]
not
If provided, a measurement may not match this filter to match the current filter.
Type: FilterMeasurementInput