LatestQuantityRT_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input LatestQuantityRT_stream_cursor_value_input {
eventTime: timestamptz
machineRef: Int
metricKey: String
sequence: Int
value: float8
}
Fields
LatestQuantityRT_stream_cursor_value_input.eventTime ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
LatestQuantityRT_stream_cursor_value_input.machineRef ● Int scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
LatestQuantityRT_stream_cursor_value_input.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
LatestQuantityRT_stream_cursor_value_input.sequence ● Int scalar
An integer value that determines the order of events with the same eventTime and metric.
LatestQuantityRT_stream_cursor_value_input.value ● float8 scalar
The value observed at the eventTime.