AggregatedQuantityRT_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input AggregatedQuantityRT_stream_cursor_value_input {
avgValue: float8
bucketEndAt: timestamptz
bucketStartAt: timestamptz
bucketWidth: interval
eventCount: Int
firstBucketEventTime: timestamptz
firstValue: float8
lastBucketEventTime: timestamptz
lastValue: float8
machineRef: Int
maxValue: float8
metricKey: String
minValue: float8
sumOfValues: float8
}
Fields
AggregatedQuantityRT_stream_cursor_value_input.avgValue ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.bucketEndAt ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.bucketStartAt ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.bucketWidth ● interval scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.eventCount ● Int scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.firstBucketEventTime ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.firstValue ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.lastBucketEventTime ● timestamptz scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.lastValue ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_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.
AggregatedQuantityRT_stream_cursor_value_input.maxValue ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.metricKey ● String scalar
Each metric is globally identified by the combination of machineRef and metricKey.
AggregatedQuantityRT_stream_cursor_value_input.minValue ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
AggregatedQuantityRT_stream_cursor_value_input.sumOfValues ● float8 scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.