Skip to main content

StateIntervalRT_select_column

No description

enum StateIntervalRT_select_column {
endAt
machineRef
metricKey
startAt
value
}

Values

StateIntervalRT_select_column.endAt

The end of an interval. Intervals are right-exclusive.

StateIntervalRT_select_column.machineRef

A unique, numeric identifier for the machine.

StateIntervalRT_select_column.metricKey

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

StateIntervalRT_select_column.startAt

The start of an interval.

StateIntervalRT_select_column.value

The value observed at the eventTime.

Member Of

StateIntervalRT query ● stateIntervals query