public class DescribeTopSpaceTableTimeSeriesRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeTopSpaceTableTimeSeriesRequest()  | 
DescribeTopSpaceTableTimeSeriesRequest(DescribeTopSpaceTableTimeSeriesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEndDate()
Get End date. 
 | 
String | 
getInstanceId()
Get Instance ID. 
 | 
Long | 
getLimit()
Get Number of returned top tables. 
 | 
String | 
getProduct()
Get Service type. 
 | 
String | 
getSortBy()
Get Field used to sort top tables. 
 | 
String | 
getStartDate()
Get Start date. 
 | 
void | 
setEndDate(String EndDate)
Set End date. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID. 
 | 
void | 
setLimit(Long Limit)
Set Number of returned top tables. 
 | 
void | 
setProduct(String Product)
Set Service type. 
 | 
void | 
setSortBy(String SortBy)
Set Field used to sort top tables. 
 | 
void | 
setStartDate(String StartDate)
Set Start date. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeTopSpaceTableTimeSeriesRequest()
public DescribeTopSpaceTableTimeSeriesRequest(DescribeTopSpaceTableTimeSeriesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of returned top tables. Maximum value: 100. Default value: 20.public String getSortBy()
public void setSortBy(String SortBy)
SortBy - Field used to sort top tables. Valid values: DataLength, IndexLength, TotalLength, DataFree, FragRatio, TableRows, PhysicalFileSize. Default value: PhysicalFileSize.public String getStartDate()
public void setStartDate(String StartDate)
StartDate - Start date. It can be as early as 29 days before the current date, and defaults to 6 days before the end date.public String getEndDate()
public void setEndDate(String EndDate)
EndDate - End date. It can be as early as 29 days before the current date, and defaults to the current date.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TencentDB for CynosDB (compatible with MySQL)). Default value: `mysql`.Copyright © 2022. All rights reserved.