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

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.

§
unreachable?: string[]
[src]

Unordered list. List of unreachable regions from where data could not be retrieved.