Firebase.Firestore.AggregateQuerySnapshot

The results of executing an AggregateQuerySnapshot.

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

long Count

Returns the number of documents in the result set of the underlying query.

Query

AggregateQuery Query

Returns the query that was executed to produce this result.

Public functions

Equals

override bool Equals(
  object obj
)

Equals

bool Equals(
  AggregateQuerySnapshot other
)

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 to other ; false otherwise.

GetHashCode

override int GetHashCode()