StateIntervalRT_bool_exp
Boolean expressions to filter StateIntervalRT. All fields are combined with a logical AND.
input StateIntervalRT_bool_exp {
_and: [StateIntervalRT_bool_exp!]
_not: StateIntervalRT_bool_exp
_or: [StateIntervalRT_bool_exp!]
endAt: timestamptz_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
metricKey: String_comparison_exp
startAt: timestamptz_comparison_exp
value: String_comparison_exp
}
Fields
StateIntervalRT_bool_exp._and ● [StateIntervalRT_bool_exp!] list input
Combines the given expressions using a logical AND
StateIntervalRT_bool_exp._not ● StateIntervalRT_bool_exp input
Negates the result of the given expression.
StateIntervalRT_bool_exp._or ● [StateIntervalRT_bool_exp!] list input
Combines the given expressions using a logical OR.
StateIntervalRT_bool_exp.endAt ● timestamptz_comparison_exp input
The end of an interval. Intervals are right-exclusive.
StateIntervalRT_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
StateIntervalRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
StateIntervalRT_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
StateIntervalRT_bool_exp.startAt ● timestamptz_comparison_exp input
The start of an interval.
StateIntervalRT_bool_exp.value ● String_comparison_exp input
The value observed at the eventTime.
Member Of
StateIntervalRT_bool_exp input ● StateIntervalRT query ● stateIntervals query