[[["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 `AggregateQuery` class within the Google Cloud Firestore API, specifically for version 3.2.0, along with links to other versions."],["`AggregateQuery` is designed for performing aggregations, such as counting, over a structured query in Firestore, with the current support limited to `count(*)` aggregation."],["The `AggregateQuery` class implements the `IEquatable` interface and inherits from the `object` class."],["Key methods within `AggregateQuery` include `GetHashCode()`, which overrides `Object.GetHashCode()`, and `GetSnapshotAsync(CancellationToken)` for asynchronously capturing the results of the aggregate functions."],["The `GetSnapshotAsync` method returns an `AggregateQuerySnapshot` which contains the results of the aggregation functions."]]],[]]