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-17 UTC."],[[["This webpage provides reference documentation for the `AggregateQuerySnapshot` class within the Google Cloud Firestore API for .NET, detailing its properties, methods, and inheritance."],["The `AggregateQuerySnapshot` class represents an immutable snapshot of aggregate query results, and it implements the `IEquatable` interface."],["Key properties of the `AggregateQuerySnapshot` class include `Count` (the number of documents matching the query), `Query` (the originating aggregate query), and `ReadTime` (the snapshot's read timestamp)."],["The provided versions cover a range of releases from 2.3.1 to the latest version 3.10.0, and version 3.3.0 has its namespace and assembly detailed."],["The webpage details the `GetHashCode()` method which is overridden from the base `object` class, used for the instance."]]],[]]