public class DescribeTopSpaceTablesRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeTopSpaceTablesRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
Get 实例 ID 。
|
Long |
getLimit()
Get 返回的Top表数量,最大值为20,默认为最大值。
|
String |
getSortBy()
Get 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID 。
|
void |
setLimit(Long Limit)
Set 返回的Top表数量,最大值为20,默认为最大值。
|
void |
setSortBy(String SortBy)
Set 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID 。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回的Top表数量,最大值为20,默认为最大值。public String getSortBy()
public void setSortBy(String SortBy)
SortBy - 筛选Top表所用的排序字段,可选字段包含DataLength、IndexLength、TotalLength、DataFree、FragRatio、TableRows、PhysicalFileSize,默认为 PhysicalFileSize。Copyright © 2020. All rights reserved.