A string used to retrieve the result of this aggregation.
If this is not provided, Datastore will pick a default name with a prefix of property_
followed by an auto-incremented ID, e.g. property_1.
A string used to retrieve the result of this aggregation.
If this is not provided, Datastore will pick a default name with a prefix of property_
followed by an auto-incremented ID, e.g. property_1.
A string used to retrieve the result of this aggregation.
If this is not provided, Datastore will pick a default name with a prefix of property_
followed by an auto-incremented ID, e.g. property_1.
[[["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."],[[["The page provides reference documentation for the `Aggregations` class within the `Google.Cloud.Datastore.V1` namespace in the .NET API, specifically focusing on version 4.8.0, and offers links to various versions of the documentation."],["The `Aggregations` class serves as a factory for creating different types of aggregations, including Average, Count, and Sum, all of which are methods of this class."],["The `Average` method calculates the average of a specified property, the `Count` method counts the number of items, and the `Sum` method calculates the sum of values for a designated property, with all methods offering an optional `alias` parameter for result retrieval."],["The documentation highlights the inheritance structure, showing that `Aggregations` inherits from the base `object` class, with all the default inherited methods listed."],["The class and all of it's methods returns an object of type `AggregationQuery.Types.Aggregation`."]]],[]]