Google Cloud Bigtable Administration v2 API - Class ListHotTabletsResponse (3.14.0)

public sealed class ListHotTabletsResponse : IMessage<ListHotTabletsResponse>, IEquatable<ListHotTabletsResponse>, IDeepCloneable<ListHotTabletsResponse>, IBufferMessage, IMessage, IPageResponse<HotTablet>, IEnumerable<HotTablet>, IEnumerable

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListHotTabletsResponse.

Response message for BigtableInstanceAdmin.ListHotTablets.

Inheritance

object > ListHotTabletsResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListHotTabletsResponse()

public ListHotTabletsResponse()

ListHotTabletsResponse(ListHotTabletsResponse)

public ListHotTabletsResponse(ListHotTabletsResponse other)
Parameter
NameDescription
otherListHotTabletsResponse

Properties

HotTablets

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.

Property Value
TypeDescription
RepeatedFieldHotTablet

NextPageToken

public string NextPageToken { get; set; }

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.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<HotTablet> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorHotTablet