public class MixedTablePartitions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MixedTablePartitions() | 
| MixedTablePartitions(MixedTablePartitions 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 | 
|---|---|
| HiveTablePartition[] | getHivePartitions()Get hive表分区信息 | 
| IcebergTablePartition[] | getIcebergPartitions()Get iceberg表分区信息 | 
| String | getNextCursor()Get 分页查询的游标信息,在获取下一页信息时需要回传到服务端 | 
| String | getTableFormat()Get 数据表格式 | 
| Long | getTotalSize()Get 分区总数 | 
| void | setHivePartitions(HiveTablePartition[] HivePartitions)Set hive表分区信息 | 
| void | setIcebergPartitions(IcebergTablePartition[] IcebergPartitions)Set iceberg表分区信息 | 
| void | setNextCursor(String NextCursor)Set 分页查询的游标信息,在获取下一页信息时需要回传到服务端 | 
| void | setTableFormat(String TableFormat)Set 数据表格式 | 
| void | setTotalSize(Long TotalSize)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 MixedTablePartitions()
public MixedTablePartitions(MixedTablePartitions source)
public String getTableFormat()
public void setTableFormat(String TableFormat)
TableFormat - 数据表格式public Long getTotalSize()
public void setTotalSize(Long TotalSize)
TotalSize - 分区总数public String getNextCursor()
public void setNextCursor(String NextCursor)
NextCursor - 分页查询的游标信息,在获取下一页信息时需要回传到服务端public IcebergTablePartition[] getIcebergPartitions()
public void setIcebergPartitions(IcebergTablePartition[] IcebergPartitions)
IcebergPartitions - iceberg表分区信息public HiveTablePartition[] getHivePartitions()
public void setHivePartitions(HiveTablePartition[] HivePartitions)
HivePartitions - hive表分区信息Copyright © 2025. All rights reserved.