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

ListHotTabletsResponse

import type { ListHotTabletsResponse } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Response message for BigtableInstanceAdmin.ListHotTablets.

interface ListHotTabletsResponse {
hotTablets?: HotTablet[];
nextPageToken?: string;
}

§Properties

§
hotTablets?: HotTablet[]
[src]

List of hot tablets in the tables of the requested cluster that fall within the requested time range. Hot tablets are ordered by node cpu usage percent. If there are multiple hot tablets that correspond to the same tablet within a 15-minute interval, only the hot tablet with the highest node cpu usage will be included in the response.

§
nextPageToken?: string
[src]

Set if not all hot tablets could be returned in a single response. Pass this value to page_token in another request to get the next page of results.