The Tags field logically partitions objects into groups: one for each field value. Each object is included in each group for which is has a
Tags value. If an object has no
Tags value, it is placed in a
(null) group. The maximum
Size is then computed for each group. A typical result in XML is shown below:
For grouped aggregate queries, the results element contains a
groups element, which contains one
group for each group value. Each
group contains the
field name and value for that group and the corresponding
metric value. The
totalobjects value computes the number of objects selected in the computation. The
summary value computes the metric value across all selected objects independent of groups. For the
AVERAGE function, this provides the
true average, not the
average of averages.