Class ListHotTabletsResponse (2.38.0)

ListHotTabletsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for BigtableInstanceAdmin.ListHotTablets.

Attributes

Name Description
hot_tablets MutableSequence[google.cloud.bigtable_admin_v2.types.HotTablet]
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.
next_page_token str
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.