View Source GoogleApi.BigtableAdmin.V2.Model.ListHotTabletsResponse (google_api_bigtable_admin v0.22.0)

Response message for BigtableInstanceAdmin.ListHotTablets.

Attributes

  • hotTablets (type: list(GoogleApi.BigtableAdmin.V2.Model.HotTablet.t), default: nil) - 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 (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.ListHotTabletsResponse{
  hotTablets: [GoogleApi.BigtableAdmin.V2.Model.HotTablet.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.