Show / Hide Table of Contents

Class ListHotTabletsResponse

Response message for BigtableInstanceAdmin.ListHotTablets.

Inheritance
object
ListHotTabletsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX