[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `AggregationQuery` class within the Google Cloud Datastore v1 API, specifically for .NET development, covering versions from 3.2.0 up to the latest 4.15.0."],["The `AggregationQuery` class is designed for running aggregations over a Datastore query, allowing users to perform operations on data subsets, implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Constructors for the `AggregationQuery` class allow for the creation of instances either empty, as a copy of an existing instance, or with a specified `Query` object."],["Key properties of `AggregationQuery` include `Aggregations`, which is a collection for defining aggregation operations, limited to a minimum of one and a maximum of five per query, and `NestedQuery`, which specifies the query for the aggregation."],["It also includes `QueryTypeCase` property, to provide information about the query type."]]],[]]