Firebase.
  A query that calculates aggregations over an underlying query.
Summary
| Public attributes | |
|---|---|
| Query => new Query(_proxy.query(), _firestore) | The query of aggregations that will be calculated.  | 
| Public functions | |
|---|---|
| Equals(object obj) | override bool | 
| Equals(AggregateQuery other) | boolCompares this aggregate query with another for equality.  | 
| GetHashCode() | override int | 
| GetSnapshotAsync(AggregateSource source) | Task< AggregateQuerySnapshot >Asynchronously executes the query.  | 
Public attributes
Query
Query Query => new Query(_proxy.query(), _firestore)
The query of aggregations that will be calculated.
Public functions
Equals
override bool Equals( object obj )
Equals
bool Equals( AggregateQuery other )
Compares this aggregate query with another for equality.
| Details | |||
|---|---|---|---|
| Parameters | 
 | ||
| Returns | trueif this aggregate query is equal to other ;falseotherwise. | 
GetHashCode
override int GetHashCode()
GetSnapshotAsync
Task< AggregateQuerySnapshot > GetSnapshotAsync( AggregateSource source )
Asynchronously executes the query.
| Details | |||
|---|---|---|---|
| Parameters | 
 | ||
| Returns | The results of the query. |