scalar property

Object? scalar
getter/setter pair

Worker-computed aggregate value for aggregation kinds "Sum", "Max", "Min", "And", and "Or".

The possible value types are Long, Double, and Boolean.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? scalar;