PositionRT_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input PositionRT_stream_cursor_value_input {
eventTime: timestamptz
machineRef: Int
metricKey: String
x: float8
y: float8
z: float8
}
Fields
PositionRT_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.
PositionRT_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.
PositionRT_stream_cursor_value_input.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
PositionRT_stream_cursor_value_input.x ● float8 scalar
The x coordinate value.
PositionRT_stream_cursor_value_input.y ● float8 scalar
The y coordinate value.
PositionRT_stream_cursor_value_input.z ● float8 scalar
The z coordinate value.