public sealed class ListHotTabletsResponse : IMessage<ListHotTabletsResponse>, IEquatable<ListHotTabletsResponse>, IDeepCloneable<ListHotTabletsResponse>, IBufferMessage, IMessage, IPageResponse<HotTablet>, IEnumerable<HotTablet>, IEnumerable
Response message for BigtableInstanceAdmin.ListHotTablets.
Implements
IMessage<ListHotTabletsResponse>, IEquatable<ListHotTabletsResponse>, IDeepCloneable<ListHotTabletsResponse>, IBufferMessage, IMessage, IPageResponse<HotTablet>, IEnumerable<HotTablet>, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListHotTabletsResponse()
public ListHotTabletsResponse()
ListHotTabletsResponse(ListHotTabletsResponse)
public ListHotTabletsResponse(ListHotTabletsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListHotTabletsResponse |
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 | |
---|---|
Type | Description |
RepeatedField<HotTablet> |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<HotTablet> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<HotTablet> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |