Number of documents that matches the query. May be null when count aggregation is not applied on the Query.
Note that when the query contains a limit, the count is restricted by that limit.
[[["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-04-01 UTC."],[[["This webpage provides documentation for the `AggregateQuerySnapshot` class within the Google Cloud Firestore API, specifically focusing on version 3.2.0."],["`AggregateQuerySnapshot` represents an immutable snapshot of the results from an aggregate query, providing a read-only view of the data at a specific point in time."],["The class offers properties such as `Count`, `Query`, and `ReadTime`, which respectively provide the number of matching documents, the query that generated the snapshot, and the timestamp of the snapshot's creation."],["It implements the `IEquatable` interface, supporting equality comparisons, and inherits from the base `object` class."],["A list of previous versions of this documentation are also provided, going back to version 2.3.1, and up to version 3.10.0, which is currently the latest."]]],[]]