public class DescribeTopSpaceSchemasRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeTopSpaceSchemasRequest() | 
| DescribeTopSpaceSchemasRequest(DescribeTopSpaceSchemasRequest 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 | 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. | 
| 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 | 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 DescribeTopSpaceSchemasRequest()
public DescribeTopSpaceSchemasRequest(DescribeTopSpaceSchemasRequest 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 getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: mysql (TencentDB for MySQL), cynosdb (TDSQL-C for MySQL). Default value: mysql.Copyright © 2023. All rights reserved.