Stay organized with collections Save and categorize content based on your preferences.
The results of executing an aggregation query.
Package@google-cloud/firestore Properties queryget query(): AggregateQuery<AggregateSpecType, AppModelType, DbModelType>;
The query that was executed to produce this result.
readTimeget readTime(): Timestamp;
The time this snapshot was read.
Methods data()data(): firestore.AggregateSpecData<AggregateSpecType>;
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.
FirebaseFirestore.AggregateSpecData<AggregateSpecType>
The results of the aggregations performed over the underlying query.
isEqual(other)isEqual(other: firestore.AggregateQuerySnapshot<AggregateSpecType, AppModelType, DbModelType>): boolean;
Compares this object with the given object for equality.
Two AggregateQuerySnapshot
instances are considered "equal" if they have the same data and their underlying queries compare "equal" using AggregateQuery.isEqual()
.
other
FirebaseFirestore.AggregateQuerySnapshot<AggregateSpecType, AppModelType, DbModelType>
The object to compare to this object for equality. true
if this object is "equal" to the given object, as defined above, or false
otherwise.
boolean
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4