Class ListHotTabletsResponse
Response message for BigtableInstanceAdmin.ListHotTablets.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ListHotTabletsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HotTablets
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.
Declaration
[JsonProperty("hotTablets")]
public virtual IList<HotTablet> HotTablets { get; set; }
Property Value
Type | Description |
---|---|
IList<HotTablet> |
NextPageToken
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.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |