[[["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-06-10 UTC."],[[["This documentation page covers the `Avg` class within the `Google.Cloud.Datastore.V1.AggregationQuery.Types.Aggregation.Types` namespace, focusing on its role in calculating the average of numeric property values within the Google Cloud Datastore v1 API."],["The `Avg` class skips non-numeric values, including `NULL`, during aggregation, returns `NaN` if `NaN` is present in the aggregated values, and returns `NULL` for empty sets."],["The `Avg` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffer-level message interaction."],["The class provides a constructor that allows the creation of an `Avg` instance and another constructor that allows the creation of a copy from an existing instance of `Avg`."],["It also holds a property reference that represents the property to be aggregated on, of the `PropertyReference` type."]]],[]]