public class DescribeTopSpaceTableTimeSeriesRequest extends AbstractModel
header, skipSign| 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 截止日期,如“2021-01-01”,最早为当日的前第29天,默认为当日。 | 
| String | getInstanceId()Get 实例 ID 。 | 
| Long | getLimit()Get 返回的Top表数量,最大值为100,默认为20。 | 
| String | getProduct()Get 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB  for MySQL,默认为"mysql"。 | 
| String | getSortBy()Get 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。 | 
| String | getStartDate()Get 开始日期,如“2021-01-01”,最早为当日的前第29天,默认为截止日期的前第6天。 | 
| void | setEndDate(String EndDate)Set 截止日期,如“2021-01-01”,最早为当日的前第29天,默认为当日。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID 。 | 
| void | setLimit(Long Limit)Set 返回的Top表数量,最大值为100,默认为20。 | 
| void | setProduct(String Product)Set 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB  for MySQL,默认为"mysql"。 | 
| void | setSortBy(String SortBy)Set 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。 | 
| void | setStartDate(String StartDate)Set 开始日期,如“2021-01-01”,最早为当日的前第29天,默认为截止日期的前第6天。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTopSpaceTableTimeSeriesRequest()
public DescribeTopSpaceTableTimeSeriesRequest(DescribeTopSpaceTableTimeSeriesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID 。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回的Top表数量,最大值为100,默认为20。public String getSortBy()
public void setSortBy(String SortBy)
SortBy - 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。public String getStartDate()
public void setStartDate(String StartDate)
StartDate - 开始日期,如“2021-01-01”,最早为当日的前第29天,默认为截止日期的前第6天。public String getEndDate()
public void setEndDate(String EndDate)
EndDate - 截止日期,如“2021-01-01”,最早为当日的前第29天,默认为当日。public String getProduct()
public void setProduct(String Product)
Product - 服务产品类型,支持值包括: "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB  for MySQL,默认为"mysql"。Copyright © 2025. All rights reserved.