AggregatedQuantityRT_bool_exp
Boolean expressions to filter AggregatedQuantityRT. All fields are combined with a logical AND.
input AggregatedQuantityRT_bool_exp {
_and: [AggregatedQuantityRT_bool_exp!]
_not: AggregatedQuantityRT_bool_exp
_or: [AggregatedQuantityRT_bool_exp!]
avgValue: float8_comparison_exp
bucketEndAt: timestamptz_comparison_exp
bucketStartAt: timestamptz_comparison_exp
bucketWidth: interval_comparison_exp
eventCount: Int_comparison_exp
firstBucketEventTime: timestamptz_comparison_exp
firstValue: float8_comparison_exp
lastBucketEventTime: timestamptz_comparison_exp
lastValue: float8_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
maxValue: float8_comparison_exp
metricKey: String_comparison_exp
minValue: float8_comparison_exp
sumOfValues: float8_comparison_exp
}
Fields
AggregatedQuantityRT_bool_exp._and ● [AggregatedQuantityRT_bool_exp!] list input
Combines the given expressions using a logical AND
AggregatedQuantityRT_bool_exp._not ● AggregatedQuantityRT_bool_exp input
Negates the result of the given expression.
AggregatedQuantityRT_bool_exp._or ● [AggregatedQuantityRT_bool_exp!] list input
Combines the given expressions using a logical OR.
AggregatedQuantityRT_bool_exp.avgValue ● float8_comparison_exp input
AggregatedQuantityRT_bool_exp.bucketEndAt ● timestamptz_comparison_exp input
AggregatedQuantityRT_bool_exp.bucketStartAt ● timestamptz_comparison_exp input
AggregatedQuantityRT_bool_exp.bucketWidth ● interval_comparison_exp input
AggregatedQuantityRT_bool_exp.eventCount ● Int_comparison_exp input
AggregatedQuantityRT_bool_exp.firstBucketEventTime ● timestamptz_comparison_exp input
AggregatedQuantityRT_bool_exp.firstValue ● float8_comparison_exp input
AggregatedQuantityRT_bool_exp.lastBucketEventTime ● timestamptz_comparison_exp input
AggregatedQuantityRT_bool_exp.lastValue ● float8_comparison_exp input
AggregatedQuantityRT_bool_exp.machine ● MachineTP_bool_exp input
The machine the event originates from.
AggregatedQuantityRT_bool_exp.machineRef ● Int_comparison_exp input
A unique, numeric identifier for the machine.
AggregatedQuantityRT_bool_exp.maxValue ● float8_comparison_exp input
AggregatedQuantityRT_bool_exp.metricKey ● String_comparison_exp input
Each metric is globally identified by the combination of machineRef and metricKey.
AggregatedQuantityRT_bool_exp.minValue ● float8_comparison_exp input
AggregatedQuantityRT_bool_exp.sumOfValues ● float8_comparison_exp input
Member Of
aggregatedQuantities query ● AggregatedQuantityRT_bool_exp input ● AggregatedQuantityRT query