| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static TableOptions |
OTSProtocolParser.parseTableOptions(OtsInternalApi.TableOptions tableOptions) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.TableOptions |
OTSProtocolBuilder.buildTableOptions(TableOptions x) |
| 限定符和类型 | 方法和说明 |
|---|---|
TableOptions |
CreateTableRequest.getTableOptions()
Get the configuration parameters of the table.
|
TableOptions |
UpdateTableResponse.getTableOptions()
Get the current configuration parameters of the table.
|
TableOptions |
DescribeTableResponse.getTableOptions()
Get the table's configuration parameters.
|
TableOptions |
UpdateTableRequest.getTableOptionsForUpdate()
Get the parameter changes of the table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CreateTableRequest.setTableOptions(TableOptions tableOptions)
Set the table configuration parameters.
|
void |
UpdateTableResponse.setTableOptions(TableOptions tableOptions) |
void |
DescribeTableResponse.setTableOptions(TableOptions tableOptions) |
void |
UpdateTableRequest.setTableOptionsForUpdate(TableOptions tableOptionsForUpdate)
Set the parameter changes for the table.
|
| 构造器和说明 |
|---|
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions)
Initializes a CreateTableRequest instance.
|
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput) |
CreateTableRequest(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
List<IndexMeta> indexMeta) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput) |
CreateTableRequestEx(TableMeta tableMeta,
TableOptions tableOptions,
ReservedThroughput reservedThroughput,
List<IndexMeta> indexMeta) |
Copyright © 2025. All Rights Reserved.