Class AggregationResults

java.lang.Object
com.google.cloud.datastore.AggregationResults
All Implemented Interfaces:
Iterable<AggregationResult>

public class AggregationResults extends Object implements Iterable<AggregationResult>
The result of an AggregationQuery query submission. Contains a List<AggregationResult> and readTime Timestamp in it.

This can be used to iterate over an underlying List<AggregationResult> directly.