public class UpdateTableSchemaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateTableSchemaRequest() | 
| UpdateTableSchemaRequest(UpdateTableSchemaRequest 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 | 
|---|---|
| Column[] | getColumns()Get Column | 
| String | getDbName()Get Database name | 
| Distribution | getDistribution()Get Bucket information | 
| IndexInfo[] | getIndexInfos()Get Index information. | 
| String | getInstanceId()Get Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| String | getPassWord()Get Password corresponding to the user. | 
| Property[] | getProperties()Get Table attribute | 
| String | getTableComment()Get Table description | 
| String | getTableName()Get Table name | 
| String | getUserName()Get Use the user who has corresponding permissions for operations. | 
| void | setColumns(Column[] Columns)Set Column | 
| void | setDbName(String DbName)Set Database name | 
| void | setDistribution(Distribution Distribution)Set Bucket information | 
| void | setIndexInfos(IndexInfo[] IndexInfos)Set Index information. | 
| void | setInstanceId(String InstanceId)Set Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| void | setPassWord(String PassWord)Set Password corresponding to the user. | 
| void | setProperties(Property[] Properties)Set Table attribute | 
| void | setTableComment(String TableComment)Set Table description | 
| void | setTableName(String TableName)Set Table name | 
| void | setUserName(String UserName)Set Use the user who has corresponding permissions for operations. | 
| 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, toJsonStringpublic UpdateTableSchemaRequest()
public UpdateTableSchemaRequest(UpdateTableSchemaRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Resource ID, which is the TCHouse-D resource ID used for table creation.public String getDbName()
public void setDbName(String DbName)
DbName - Database namepublic String getTableName()
public void setTableName(String TableName)
TableName - Table namepublic Column[] getColumns()
public void setColumns(Column[] Columns)
Columns - Columnpublic Distribution getDistribution()
public void setDistribution(Distribution Distribution)
Distribution - Bucket informationpublic String getUserName()
public void setUserName(String UserName)
UserName - Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord - Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public IndexInfo[] getIndexInfos()
public void setIndexInfos(IndexInfo[] IndexInfos)
IndexInfos - Index information. The inverted index and N-Gram index can be configured through this parameter. The Prefix index is related to the sort key and key column, and do not require additional configuration. Configure bloom_filter_columns in the table attribute when BloomFilter index is required.public String getTableComment()
public void setTableComment(String TableComment)
TableComment - Table descriptionpublic Property[] getProperties()
public void setProperties(Property[] Properties)
Properties - Table attributeCopyright © 2024. All rights reserved.