Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Avg

import type { Avg } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Average of the values of the requested property. * Only numeric values will be aggregated. All non-numeric values including NULL are skipped. * If the aggregated values contain NaN, returns NaN. Infinity math follows IEEE-754 standards. * If the aggregated value set is empty, returns NULL. * Always returns the result as a double.

interface Avg {
property?: PropertyReference;
}

§Properties

§

The property to aggregate on.