Skip to main content

LatestQuantityRT

No description

type LatestQuantityRT {
eventTime: timestamptz
machine: MachineTP
machineRef: Int
metricKey: String
sequence: Int
value: float8
}

Fields

LatestQuantityRT.eventTime ● timestamptz scalar

LatestQuantityRT.machine ● MachineTP object

The machine the event originates from.

LatestQuantityRT.machineRef ● Int scalar

A unique, numeric identifier for the machine.

LatestQuantityRT.metricKey ● String scalar

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

LatestQuantityRT.sequence ● Int scalar

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

LatestQuantityRT.value ● float8 scalar

The value observed at the eventTime.

Returned By

latestQuantities query ● latestQuantitiesByMachine query ● LatestQuantityRT query

Member Of

MachineTP object