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

QueryStatsInfo

import type { QueryStatsInfo } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

QueryStatsInfo contains the aggregated and detailed query stats for a particular combination of relevant query stats for queries having same normalized query.

interface QueryStatsInfo {
aggregatedQueryStats?: QueryStats;
queryStats?: QueryStats[];
}

§Properties

§
aggregatedQueryStats?: QueryStats
[src]

Aggregated query stats for the resources for same normalized query.

§
queryStats?: QueryStats[]
[src]

List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.