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