Class Aggregate (0.2.0)

Aggregate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the aggregation of a set of population of like records by a certain group. For example, a collection of unit counts can be aggregated and grouped by their state.

Attributes

Name Description
group str
Required. Group by which to aggregate.
count int
Required. Number of records in the group.