Returns the results of the aggregations performed over the underlying query.The keys of the returned object will be the same as those of the AggregateSpec object specified to the aggregation method, and the values will be the corresponding aggregation result.
AggregateQuerySnapshot.query
The underlying query over which the aggregations recorded in this AggregateQuerySnapshot were performed.
Signature:
readonlyquery:Query<AppModelType,DbModelType>;
AggregateQuerySnapshot.type
A type string to uniquely identify instances of this class.
Signature:
readonlytype="AggregateQuerySnapshot";
AggregateQuerySnapshot.data()
Returns the results of the aggregations performed over the underlying query.
The keys of the returned object will be the same as those of the AggregateSpec object specified to the aggregation method, and the values will be the corresponding aggregation result.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-07-07 UTC."],[],[],null,["The results of executing an aggregation query.\n\n**Signature:** \n\n export declare class AggregateQuerySnapshot\u003cAggregateSpecType extends AggregateSpec, AppModelType = DocumentData, DbModelType extends DocumentData = DocumentData\u003e \n\nProperties\n\nMethods\n\nAggregateQuerySnapshot.query\n\nThe underlying query over which the aggregations recorded in this `AggregateQuerySnapshot` were performed.\n\n**Signature:** \n\n readonly query: Query\u003cAppModelType, DbModelType\u003e;\n\nAggregateQuerySnapshot.type\n\nA type string to uniquely identify instances of this class.\n\n**Signature:** \n\n readonly type = \"AggregateQuerySnapshot\";\n\nAggregateQuerySnapshot.data()\n\nReturns the results of the aggregations performed over the underlying query.\n\nThe keys of the returned object will be the same as those of the `AggregateSpec` object specified to the aggregation method, and the values will be the corresponding aggregation result.\n\n**Signature:** \n\n data(): AggregateSpecData\u003cAggregateSpecType\u003e;\n\n**Returns:**\n\n[AggregateSpecData](./firestore_.md#aggregatespecdata)\\\u003cAggregateSpecType\\\u003e\n\nThe results of the aggregations performed over the underlying query."]]