public class DescribeTablePartitionsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTablePartitionsRequest() | 
| DescribeTablePartitionsRequest(DescribeTablePartitionsRequest 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 | getCatalog()Get 数据目录名称 | 
| String | getCursor()Get 分页查询的游标信息 | 
| String | getDatabase()Get 数据库名称 | 
| String | getFuzzyPartition()Get 模糊查询的分区名称 | 
| Long | getLimit()Get 当次查询的数量限制 | 
| Long | getOffset()Get 查询偏移位置 | 
| Sort[] | getSorts()Get 排序信息 | 
| String | getTable()Get 数据表名称 | 
| void | setCatalog(String Catalog)Set 数据目录名称 | 
| void | setCursor(String Cursor)Set 分页查询的游标信息 | 
| void | setDatabase(String Database)Set 数据库名称 | 
| void | setFuzzyPartition(String FuzzyPartition)Set 模糊查询的分区名称 | 
| void | setLimit(Long Limit)Set 当次查询的数量限制 | 
| void | setOffset(Long Offset)Set 查询偏移位置 | 
| void | setSorts(Sort[] Sorts)Set 排序信息 | 
| void | setTable(String Table)Set 数据表名称 | 
| 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 DescribeTablePartitionsRequest()
public DescribeTablePartitionsRequest(DescribeTablePartitionsRequest source)
public String getCatalog()
public void setCatalog(String Catalog)
Catalog - 数据目录名称public String getDatabase()
public void setDatabase(String Database)
Database - 数据库名称public String getTable()
public void setTable(String Table)
Table - 数据表名称public Long getOffset()
public void setOffset(Long Offset)
Offset - 查询偏移位置public Long getLimit()
public void setLimit(Long Limit)
Limit - 当次查询的数量限制public String getFuzzyPartition()
public void setFuzzyPartition(String FuzzyPartition)
FuzzyPartition - 模糊查询的分区名称public Sort[] getSorts()
public void setSorts(Sort[] Sorts)
Sorts - 排序信息public String getCursor()
public void setCursor(String Cursor)
Cursor - 分页查询的游标信息Copyright © 2025. All rights reserved.