alias property

String? alias
getter/setter pair

The name of the field to store the result of the aggregation into.

Requires: * Must be present. * Must be unique across all aggregation aliases. * Conform to existing document field name limitations.

Required.

Implementation

core.String? alias;