Class ProjectsResource.InstancesResource.ClustersResource.HotTabletsResource
The "hotTablets" collection of methods.
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.ClustersResource.HotTabletsResource
Constructors
HotTabletsResource(IClientService)
Constructs a new resource.
Declaration
public HotTabletsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Lists hot tablets in a cluster, within the time range provided. Hot tablets are ordered based on CPU usage.
Declaration
public virtual ProjectsResource.InstancesResource.ClustersResource.HotTabletsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The cluster name to list hot tablets. Value is in the following form:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.InstancesResource.ClustersResource.HotTabletsResource.ListRequest |