public class DeleteTableRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteTableRequest() | 
| DeleteTableRequest(DeleteTableRequest 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 | getDbName()Get The name of the database where the table belongs needs to be deleted. | 
| String | getInstanceId()Get Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| Boolean | getIsForce()Get True: The system will not check whether there are unfinished transactions in the table. | 
| String | getPassWord()Get Password corresponding to the user. | 
| String | getTableName()Get Table name to be deleted | 
| String | getUserName()Get Use the user who has corresponding permissions for operations. | 
| void | setDbName(String DbName)Set The name of the database where the table belongs needs to be deleted. | 
| void | setInstanceId(String InstanceId)Set Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| void | setIsForce(Boolean IsForce)Set True: The system will not check whether there are unfinished transactions in the table. | 
| void | setPassWord(String PassWord)Set Password corresponding to the user. | 
| void | setTableName(String TableName)Set Table name to be deleted | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteTableRequest()
public DeleteTableRequest(DeleteTableRequest 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 - The name of the database where the table belongs needs to be deleted.public String getTableName()
public void setTableName(String TableName)
TableName - Table name to be deletedpublic 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 Boolean getIsForce()
public void setIsForce(Boolean IsForce)
IsForce - True: The system will not check whether there are unfinished transactions in the table. The table will be deleted directly and cannot be recovered. False: The deleted table can be recovered within a period of time (default value).Copyright © 2025. All rights reserved.