PartCountRT_bool_exp
Boolean expressions to filter PartCountRT. All fields are combined with a logical AND.
input PartCountRT_bool_exp {
_and: [PartCountRT_bool_exp!]
_not: PartCountRT_bool_exp
_or: [PartCountRT_bool_exp!]
eventTime: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
sequence: Int_comparison_exp
value: Int_comparison_exp
}
Fields
PartCountRT_bool_exp._and ● [PartCountRT_bool_exp!] list input
Combines the given expressions using a logical AND
PartCountRT_bool_exp._not ● PartCountRT_bool_exp input
Negates the result of the given expression.
PartCountRT_bool_exp._or ● [PartCountRT_bool_exp!] list input
Combines the given expressions using a logical OR.
PartCountRT_bool_exp.eventTime ● timestamptz_comparison_exp input
PartCountRT_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
PartCountRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
PartCountRT_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
PartCountRT_bool_exp.sequence ● Int_comparison_exp input
An integer value that determines the order of events with the same eventTime and metric.
PartCountRT_bool_exp.value ● Int_comparison_exp input
The value observed at the eventTime.
Member Of
PartCountRT_bool_exp input ● PartCountRT query ● partCounts query