AggregateQueryStatsResponse
import type { AggregateQueryStatsResponse } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";The response message containing relevant query stats for database resources.
interface AggregateQueryStatsResponse {
nextPageToken?: string;
queryStats?: QueryStatsInfo[];
unreachable?: string[];
}§Properties
§
nextPageToken?: string
[src]A token that can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
§
queryStats?: QueryStatsInfo[]
[src]List of query stats where each group contains stats for resources having a particular combination of relevant query stats.