Firebase.Firestore.AggregateQuerySnapshot

The results of executing anAggregateQuerySnapshot.

Summary

Properties

Count
long
Returns 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)
bool
Compares 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.

Query

AggregateQueryQuery

Returns the query that was executed to produce this result.

Public functions

Equals

overrideboolEquals(objectobj)

Equals

boolEquals(AggregateQuerySnapshotother)

Compares this aggregate snapshot with another for equality.

Details
Parameters
other
The aggregate snapshot to compare this one with.
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.