public class CreateIndexRequest extends Object implements Request
setIndexMeta(IndexMeta).| 构造器和说明 |
|---|
CreateIndexRequest(String mainTableName,
IndexMeta indexMeta,
boolean includeBaseData)
Initialize the CreateIndexRequest instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIncludeBaseData()
Check if the index table contains existing data from the main table when creating an indexed table.
|
IndexMeta |
getIndexMeta()
Get the structure information of the index table
|
String |
getMainTableName()
Get the name of the main table.
|
String |
getOperationName() |
void |
setIncludeBaseData(boolean includeBaseData) |
void |
setIndexMeta(IndexMeta indexMeta) |
void |
setMainTableName(String mainTableName) |
public CreateIndexRequest(String mainTableName, IndexMeta indexMeta, boolean includeBaseData)
mainTableName - The name of the main table.indexMeta - The structural information of the index table.includeBaseData - Whether the newly created index table should include the existing data from the main table.public void setMainTableName(String mainTableName)
public void setIndexMeta(IndexMeta indexMeta)
public void setIncludeBaseData(boolean includeBaseData)
public String getMainTableName()
public IndexMeta getIndexMeta()
public boolean getIncludeBaseData()
public String getOperationName()
getOperationName 在接口中 RequestCopyright © 2025. All Rights Reserved.