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