Firebase. Firestore. AggregateQuerySnapshot
The results of executing anAggregateQuerySnapshot.
Summary
Properties | |
|---|---|
Count | longReturns the number of documents in the result set of the underlying query. |
Query | Returns the query that was executed to produce this result. |
Public functions | |
|---|---|
Equals(object obj) | override bool |
Equals(AggregateQuerySnapshot other) | boolCompares this aggregate snapshot with another for equality. |
GetHashCode() | override int |
Properties
Count
longCount
Returns the number of documents in the result set of the underlying query.
Public functions
Equals
overrideboolEquals(objectobj)
Equals
boolEquals(AggregateQuerySnapshotother)
Compares this aggregate snapshot with another for equality.
| Details | |||
|---|---|---|---|
| Parameters |
| ||
| Returns | true if this aggregate snapshot is equal toother ;false otherwise. |
GetHashCode
overrideintGetHashCode()
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-09 UTC.