Skip to main content

CurrentStateRT_bool_exp

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

input CurrentStateRT_bool_exp {
_and: [CurrentStateRT_bool_exp!]
_not: CurrentStateRT_bool_exp
_or: [CurrentStateRT_bool_exp!]
latestEventAt: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
startAt: timestamptz_comparison_exp
value: String_comparison_exp
}

Fields

CurrentStateRT_bool_exp._and ● [CurrentStateRT_bool_exp!] list input

Combines the given expressions using a logical AND

CurrentStateRT_bool_exp._not ● CurrentStateRT_bool_exp input

Negates the result of the given expression.

CurrentStateRT_bool_exp._or ● [CurrentStateRT_bool_exp!] list input

Combines the given expressions using a logical OR.

CurrentStateRT_bool_exp.latestEventAt ● timestamptz_comparison_exp input

CurrentStateRT_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

CurrentStateRT_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

CurrentStateRT_bool_exp.metricKey ● String_comparison_exp input

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

CurrentStateRT_bool_exp.startAt ● timestamptz_comparison_exp input

The start of an interval.

CurrentStateRT_bool_exp.value ● String_comparison_exp input

The value observed at the eventTime.

Member Of

CurrentStateRT_bool_exp input ● CurrentStateRT query ● currentStatesByMachine query ● MachineTP_bool_exp input