Reference documentation and code samples for the Google Cloud Datastore v1 API class AggregationResult.
The result of a single bucket from a Datastore aggregation query.
The keys of aggregate_properties are the same for all results in an
aggregation query, unlike entity queries which can have different fields
present for each result.
The result of the aggregation functions, ex: COUNT(*) AS total_entities.
The key is the
[alias][google.datastore.v1.AggregationQuery.Aggregation.alias] assigned to
the aggregation function on input and the size of this map equals the
number of aggregation functions in the query.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `AggregationResult` class within the Google Cloud Datastore v1 API, detailing its structure and functionality."],["The `AggregationResult` class represents a single bucket's output from a Datastore aggregation query, and it is implemented by being a public sealed class."],["The latest version documented for `AggregationResult` is 4.15.0, with versions back to 3.2.0 also having dedicated pages, and the list details the available versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class `AggregationResult` has two constructors, `AggregationResult()` and `AggregationResult(AggregationResult other)`, and one property, `AggregateProperties`, which is a `MapField` containing the aggregation function results."]]],[]]