Stay organized with collections
Save and categorize content based on your preferences.
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.
|
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()
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 2023-05-09 UTC.
[null,null,["Last updated 2023-05-09 UTC."],[],[],null,["# Firebase.Firestore.AggregateQuerySnapshot Class Reference\n\nFirebase.Firestore.AggregateQuerySnapshot\n=========================================\n\nThe results of executing an [AggregateQuerySnapshot](/docs/reference/unity/class/firebase/firestore/aggregate-query-snapshot#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot).\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Count](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a936427886f8c133023ec7d6f5e80c4e4) | `long` Returns the number of documents in the result set of the underlying query. |\n| [Query](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a5cdaa0bbf44b1b1be4ab040c5e05898b) | [AggregateQuery](/docs/reference/unity/class/firebase/firestore/aggregate-query#class_firebase_1_1_firestore_1_1_aggregate_query) Returns the query that was executed to produce this result. |\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [Equals](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1aa036415bc531011246524c73d7473ef9)`(object obj)` | `override bool` |\n| [Equals](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1aaef7374042f21d1d73b911ce0f0d1320)`(`[AggregateQuerySnapshot](/docs/reference/unity/class/firebase/firestore/aggregate-query-snapshot#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot)` other)` | `bool` Compares this aggregate snapshot with another for equality. |\n| [GetHashCode](#class_firebase_1_1_firestore_1_1_aggregate_query_snapshot_1a379cb946eaa1343ae825b8845b88c8e5)`()` | `override int` |\n\nProperties\n----------\n\n### Count\n\n```c#\nlong Count\n``` \nReturns the number of documents in the result set of the underlying query. \n\n### Query\n\n```c#\nAggregateQuery Query\n``` \nReturns the query that was executed to produce this result.\n\nPublic functions\n----------------\n\n### Equals\n\n```c#\noverride bool Equals(\n object obj\n)\n``` \n\n### Equals\n\n```c#\nbool Equals(\n AggregateQuerySnapshot other\n)\n``` \nCompares this aggregate snapshot with another for equality.\n\n\u003cbr /\u003e\n\n| Details ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |---------|--------------------------------------------------| | `other` | The aggregate snapshot to compare this one with. | |\n| **Returns** | `true` if this aggregate snapshot is equal to *other* ; `false` otherwise. |\n\n### GetHashCode\n\n```c#\noverride int GetHashCode()\n```"]]