Skip to main content

LatestQuantityRT_order_by

Sort the returned array by one or more fields of it's elements.

input LatestQuantityRT_order_by {
eventTime: order_by
machine: MachineTP_order_by
machineRef: order_by
metricKey: order_by
sequence: order_by
value: order_by
}

Fields

LatestQuantityRT_order_by.eventTime ● order_by enum

LatestQuantityRT_order_by.machine ● MachineTP_order_by input

The machine the event originates from.

LatestQuantityRT_order_by.machineRef ● order_by enum

A unique, numeric identifier for the machine.

LatestQuantityRT_order_by.metricKey ● order_by enum

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

LatestQuantityRT_order_by.sequence ● order_by enum

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

LatestQuantityRT_order_by.value ● order_by enum

The value observed at the eventTime.

Member Of

latestQuantities query ● latestQuantitiesByMachine query ● LatestQuantityRT query