Skip to main content

LatestPositionRT_stream_cursor_value_input

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

input LatestPositionRT_stream_cursor_value_input {
eventTime: timestamptz
machineRef: Int
metricKey: String
x: float8
y: float8
z: float8
}

Fields

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

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

LatestPositionRT_stream_cursor_value_input.metricKey ● String scalar

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

LatestPositionRT_stream_cursor_value_input.x ● float8 scalar

The x coordinate value.

LatestPositionRT_stream_cursor_value_input.y ● float8 scalar

The y coordinate value.

LatestPositionRT_stream_cursor_value_input.z ● float8 scalar

The z coordinate value.

Member Of

LatestPositionRT_stream_cursor_input input