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

AggregationQuery

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

Datastore query for running an aggregation over a Query.

interface AggregationQuery {
aggregations?: Aggregation[];
nestedQuery?: Query;
}

§Properties

§
aggregations?: Aggregation[]
[src]

Optional. Series of aggregations to apply over the results of the nested_query. Requires: * A minimum of one and maximum of five aggregations per query.

§
nestedQuery?: Query
[src]

Nested query for aggregation