public class CreateTcIcebergTableRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateTcIcebergTableRequest() | 
| CreateTcIcebergTableRequest(CreateTcIcebergTableRequest 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 | 
|---|---|
| TColumn[] | getColumns()Get 表字段信息 | 
| Boolean | getDryRun()Get 为true时只获取sql而不执行 | 
| TPartition[] | getPartitions()Get 表分区信息 | 
| Property[] | getProperties()Get 表属性信息 | 
| TableBaseInfo | getTableBaseInfo()Get 表基本信息 | 
| void | setColumns(TColumn[] Columns)Set 表字段信息 | 
| void | setDryRun(Boolean DryRun)Set 为true时只获取sql而不执行 | 
| void | setPartitions(TPartition[] Partitions)Set 表分区信息 | 
| void | setProperties(Property[] Properties)Set 表属性信息 | 
| void | setTableBaseInfo(TableBaseInfo TableBaseInfo)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 CreateTcIcebergTableRequest()
public CreateTcIcebergTableRequest(CreateTcIcebergTableRequest source)
public TableBaseInfo getTableBaseInfo()
public void setTableBaseInfo(TableBaseInfo TableBaseInfo)
TableBaseInfo - 表基本信息public TColumn[] getColumns()
public void setColumns(TColumn[] Columns)
Columns - 表字段信息public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun - 为true时只获取sql而不执行public TPartition[] getPartitions()
public void setPartitions(TPartition[] Partitions)
Partitions - 表分区信息public Property[] getProperties()
public void setProperties(Property[] Properties)
Properties - 表属性信息Copyright © 2025. All rights reserved.