Skip to main content

AggregatedPartCountRT_bool_exp

Boolean expressions to filter AggregatedPartCountRT. All fields are combined with a logical AND.

input AggregatedPartCountRT_bool_exp {
_and: [AggregatedPartCountRT_bool_exp!]
_not: AggregatedPartCountRT_bool_exp
_or: [AggregatedPartCountRT_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: Int_comparison_exp
lastBucketEventTime: timestamptz_comparison_exp
lastValue: Int_comparison_exp
machine: MachineTP_bool_exp
machineRef: Int_comparison_exp
maxValue: Int_comparison_exp
metricKey: String_comparison_exp
minValue: Int_comparison_exp
sumOfValues: Int_comparison_exp
}

Fields

AggregatedPartCountRT_bool_exp._and ● [AggregatedPartCountRT_bool_exp!] list input

Combines the given expressions using a logical AND

AggregatedPartCountRT_bool_exp._not ● AggregatedPartCountRT_bool_exp input

Negates the result of the given expression.

AggregatedPartCountRT_bool_exp._or ● [AggregatedPartCountRT_bool_exp!] list input

Combines the given expressions using a logical OR.

AggregatedPartCountRT_bool_exp.avgValue ● float8_comparison_exp input

AggregatedPartCountRT_bool_exp.bucketEndAt ● timestamptz_comparison_exp input

AggregatedPartCountRT_bool_exp.bucketStartAt ● timestamptz_comparison_exp input

AggregatedPartCountRT_bool_exp.bucketWidth ● interval_comparison_exp input

AggregatedPartCountRT_bool_exp.eventCount ● Int_comparison_exp input

AggregatedPartCountRT_bool_exp.firstBucketEventTime ● timestamptz_comparison_exp input

AggregatedPartCountRT_bool_exp.firstValue ● Int_comparison_exp input

AggregatedPartCountRT_bool_exp.lastBucketEventTime ● timestamptz_comparison_exp input

AggregatedPartCountRT_bool_exp.lastValue ● Int_comparison_exp input

AggregatedPartCountRT_bool_exp.machine ● MachineTP_bool_exp input

The machine the event originates from.

AggregatedPartCountRT_bool_exp.machineRef ● Int_comparison_exp input

A unique, numeric identifier for the machine.

AggregatedPartCountRT_bool_exp.maxValue ● Int_comparison_exp input

AggregatedPartCountRT_bool_exp.metricKey ● String_comparison_exp input

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

AggregatedPartCountRT_bool_exp.minValue ● Int_comparison_exp input

AggregatedPartCountRT_bool_exp.sumOfValues ● Int_comparison_exp input

Member Of

AggregatedPartCountRT_bool_exp input ● AggregatedPartCountRT query ● aggregatedPartCounts query