public RepeatedField<HotTablet> HotTablets { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe document provides reference documentation for the \u003ccode\u003eListHotTabletsResponse\u003c/code\u003e class within the Google Cloud Bigtable Admin v2 API, specifically version 3.3.0 and its preceding versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListHotTabletsResponse\u003c/code\u003e is a response message used by BigtableInstanceAdmin.ListHotTablets to list tablets that have high CPU usage, ordered by node CPU usage percent.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling it to be used in various contexts within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHotTablets\u003c/code\u003e property contains a list of \u003ccode\u003eHotTablet\u003c/code\u003e instances, which represent the tablets with high CPU usage, with only one hot tablet included for each unique tablet within a 15 minute span.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNextPageToken\u003c/code\u003e property allows for the retrieval of additional hot tablets if they could not all fit in the initial response, by passing the value into the \u003ccode\u003epage_token\u003c/code\u003e property of the next request.\u003c/p\u003e\n"]]],[],null,[]]