public class DescribeTopSpaceSchemaTimeSeriesRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeTopSpaceSchemaTimeSeriesRequest() | 
| DescribeTopSpaceSchemaTimeSeriesRequest(DescribeTopSpaceSchemaTimeSeriesRequest 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, such as "2021-01-01". | 
| String | getInstanceId()Get Instance ID. | 
| Long | getLimit()Get Number of returned top databases. | 
| String | getProduct()Get Service type. | 
| String | getSortBy()Get Field used to sort top databases. | 
| String | getStartDate()Get Start date, such as "2021-01-01". | 
| void | setEndDate(String EndDate)Set End date, such as "2021-01-01". | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | setLimit(Long Limit)Set Number of returned top databases. | 
| void | setProduct(String Product)Set Service type. | 
| void | setSortBy(String SortBy)Set Field used to sort top databases. | 
| void | setStartDate(String StartDate)Set Start date, such as "2021-01-01". | 
| 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 DescribeTopSpaceSchemaTimeSeriesRequest()
public DescribeTopSpaceSchemaTimeSeriesRequest(DescribeTopSpaceSchemaTimeSeriesRequest 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 databases. Maximum value: 100. Default value: 20.public String getSortBy()
public void setSortBy(String SortBy)
SortBy - Field used to sort top databases. Valid values: DataLength, IndexLength, TotalLength, DataFree, FragRatio, TableRows, PhysicalFileSize (supported only by TencentDB for MySQL instances). For TencentDB for MySQL instances, the default value is `PhysicalFileSize`. For other database instances, the default value is `TotalLength`.public String getStartDate()
public void setStartDate(String StartDate)
StartDate - Start date, such as "2021-01-01". It can be as early as 29 days before the current date and is 6 days before the end date by default.public String getEndDate()
public void setEndDate(String EndDate)
EndDate - End date, such as "2021-01-01". It can be as early as 29 days before the current date and is the current date by default.public String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: mysql (TencentDB for MySQL), cynosdb (TDSQL-C for MySQL). Default value: mysql.Copyright © 2022. All rights reserved.