Skip to main content

QuantityRT_bool_exp

Boolean expressions to filter QuantityRT. All fields are combined with a logical AND.

input QuantityRT_bool_exp {
_and: [QuantityRT_bool_exp!]
_not: QuantityRT_bool_exp
_or: [QuantityRT_bool_exp!]
eventTime: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
sequence: Int_comparison_exp
value: float8_comparison_exp
}

Fields

QuantityRT_bool_exp._and ● [QuantityRT_bool_exp!] list input

Combines the given expressions using a logical AND

QuantityRT_bool_exp._not ● QuantityRT_bool_exp input

Negates the result of the given expression.

QuantityRT_bool_exp._or ● [QuantityRT_bool_exp!] list input

Combines the given expressions using a logical OR.

QuantityRT_bool_exp.eventTime ● timestamptz_comparison_exp input

QuantityRT_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

QuantityRT_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

QuantityRT_bool_exp.metricKey ● String_comparison_exp input

Each metric is globally identified by the combination of machineRef and metricKey.

QuantityRT_bool_exp.sequence ● Int_comparison_exp input

An integer value that determines the order of events with the same eventTime and metric.

QuantityRT_bool_exp.value ● float8_comparison_exp input

The value observed at the eventTime.

Member Of

quantities query ● QuantityRT_bool_exp input ● QuantityRT query