public class DescribeTopSpaceSchemasRequest extends AbstractModel
header, skipSign
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 tables.
|
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 tables.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 tables. Valid values: `DataLength`, `IndexLength`, `TotalLength`, `DataFree`, `FragRatio`, `TableRows`, and `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` (TencentDB for CynosDB (compatible with MySQL)). Default value: `mysql`.Copyright © 2024. All rights reserved.