CurrentStateRT_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input CurrentStateRT_stream_cursor_value_input {
latestEventAt: timestamptz
machineRef: Int
metricKey: String
startAt: timestamptz
value: String
}
Fields
CurrentStateRT_stream_cursor_value_input.latestEventAt ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
CurrentStateRT_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.
CurrentStateRT_stream_cursor_value_input.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
CurrentStateRT_stream_cursor_value_input.startAt ● timestamptz scalar
The start of an interval.
CurrentStateRT_stream_cursor_value_input.value ● String scalar
The value observed at the eventTime.