Skip to main content

PartCountRT_stream_cursor_value_input

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

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

Fields

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

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

PartCountRT_stream_cursor_value_input.metricKey ● String scalar

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

PartCountRT_stream_cursor_value_input.sequence ● Int scalar

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

PartCountRT_stream_cursor_value_input.value ● Int scalar

The value observed at the eventTime.

Member Of

PartCountRT_stream_cursor_input input