Skip to main content

LatestQuantityRT_bool_exp

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

input LatestQuantityRT_bool_exp {
_and: [LatestQuantityRT_bool_exp!]
_not: LatestQuantityRT_bool_exp
_or: [LatestQuantityRT_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

LatestQuantityRT_bool_exp._and ● [LatestQuantityRT_bool_exp!] list input

Combines the given expressions using a logical AND

LatestQuantityRT_bool_exp._not ● LatestQuantityRT_bool_exp input

Negates the result of the given expression.

LatestQuantityRT_bool_exp._or ● [LatestQuantityRT_bool_exp!] list input

Combines the given expressions using a logical OR.

LatestQuantityRT_bool_exp.eventTime ● timestamptz_comparison_exp input

LatestQuantityRT_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

LatestQuantityRT_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

LatestQuantityRT_bool_exp.metricKey ● String_comparison_exp input

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

LatestQuantityRT_bool_exp.sequence ● Int_comparison_exp input

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

LatestQuantityRT_bool_exp.value ● float8_comparison_exp input

The value observed at the eventTime.

Member Of

latestQuantities query ● latestQuantitiesByMachine query ● LatestQuantityRT_bool_exp input ● LatestQuantityRT query ● MachineTP_bool_exp input