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.
§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.