Skip to main content

CurrentStateRT_max_order_by

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

input CurrentStateRT_max_order_by {
latestEventAt: order_by
machineRef: order_by
metricKey: order_by
startAt: order_by
value: order_by
}

Fields

CurrentStateRT_max_order_by.latestEventAt ● order_by enum

CurrentStateRT_max_order_by.machineRef ● order_by enum

A unique, numeric identifier for the machine.

CurrentStateRT_max_order_by.metricKey ● order_by enum

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

CurrentStateRT_max_order_by.startAt ● order_by enum

The start of an interval.

CurrentStateRT_max_order_by.value ● order_by enum

The value observed at the eventTime.

Member Of

CurrentStateRT_aggregate_order_by input