| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.model | |
| com.alicloud.openservices.tablestore.model.timeseries |
| 限定符和类型 | 方法和说明 |
|---|---|
TimeseriesTableOptions |
TimeseriesTableMeta.getTimeseriesTableOptions()
Returns the table configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TimeseriesTableMeta.setTimeseriesTableOptions(TimeseriesTableOptions timeseriesTableOptions)
Set the table configuration parameters.
|
| 构造器和说明 |
|---|
TimeseriesTableMeta(String timeseriesTableName,
TimeseriesTableOptions timeseriesTableOptions) |
TimeseriesTableMeta(String timeseriesTableName,
TimeseriesTableOptions timeseriesTableOptions,
String status) |
| 限定符和类型 | 方法和说明 |
|---|---|
TimeseriesTableOptions |
UpdateTimeseriesTableRequest.getTimeseriesTableOptions()
Get the options of the table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
UpdateTimeseriesTableRequest.setTimeseriesTableOptions(TimeseriesTableOptions timeseriesTableOptions)
Set the options for the table.
|
| 构造器和说明 |
|---|
UpdateTimeseriesTableRequest(String timeseriesTableName,
TimeseriesTableOptions timeseriesTableOptions)
Initialize the UpdateTimeseriesTableRequest instance.
|
Copyright © 2025. All Rights Reserved.