| 构造器和说明 |
|---|
UpdateTimeseriesTableRequest(String timeseriesTableName) |
UpdateTimeseriesTableRequest(String timeseriesTableName,
TimeseriesTableOptions timeseriesTableOptions)
Initialize the UpdateTimeseriesTableRequest instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName() |
TimeseriesMetaOptions |
getTimeseriesMetaOptions()
Get the configuration related to timeline metadata
|
String |
getTimeseriesTableName()
Get the name of the table.
|
TimeseriesTableOptions |
getTimeseriesTableOptions()
Get the options of the table.
|
void |
setTimeseriesMetaOptions(TimeseriesMetaOptions timeseriesMetaOptions)
Set the configuration related to timeline metadata
|
void |
setTimeseriesTableName(String timeseriesTableName)
Sets the name of the table.
|
void |
setTimeseriesTableOptions(TimeseriesTableOptions timeseriesTableOptions)
Set the options for the table.
|
public UpdateTimeseriesTableRequest(String timeseriesTableName, TimeseriesTableOptions timeseriesTableOptions)
timeseriesTableName - The table name.timeseriesTableOptions - The table options.public UpdateTimeseriesTableRequest(String timeseriesTableName)
public String getTimeseriesTableName()
public TimeseriesTableOptions getTimeseriesTableOptions()
public void setTimeseriesTableName(String timeseriesTableName)
timeseriesTableName - The name of the table.public TimeseriesMetaOptions getTimeseriesMetaOptions()
public void setTimeseriesMetaOptions(TimeseriesMetaOptions timeseriesMetaOptions)
timeseriesMetaOptions - public void setTimeseriesTableOptions(TimeseriesTableOptions timeseriesTableOptions)
timeseriesTableOptions - The options for the table.public String getOperationName()
getOperationName 在接口中 RequestCopyright © 2025. All Rights Reserved.