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