Skip to main content

Event_stream_cursor_value_input

Returns true if the event value is equal to one of the given values in the collection; false otherwise.

input Event_stream_cursor_value_input {
eventTime: timestamptz
machineRef: Int
metricKey: String
sequence: Int
value: jsonb
}

Fields

Event_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.

Event_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.

Event_stream_cursor_value_input.metricKey ● String scalar

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

Event_stream_cursor_value_input.sequence ● Int scalar

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

Event_stream_cursor_value_input.value ● jsonb scalar

The value observed at the eventTime.

Member Of

Event_stream_cursor_input input