| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateTimeseriesTableRequest.LastpointIndex |
| 构造器和说明 |
|---|
CreateTimeseriesTableRequest(TimeseriesTableMeta timeseriesTableMeta)
Initialize the CreateTimeseriesTableRequest instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addLastpointIndex(CreateTimeseriesTableRequest.LastpointIndex lastpointIndex) |
List<TimeseriesAnalyticalStore> |
getAnalyticalStores()
Get the analytical storage information
|
List<CreateTimeseriesTableRequest.LastpointIndex> |
getLastpointIndexes() |
String |
getOperationName() |
TimeseriesTableMeta |
getTimeseriesTableMeta()
Get the table structure information.
|
boolean |
isEnableAnalyticalStore()
Get whether the analytical storage is enabled
|
void |
setAnalyticalStores(List<TimeseriesAnalyticalStore> analyticalStores)
Set the analytical storage information
|
void |
setEnableAnalyticalStore(boolean enableAnalyticalStore)
Set whether to enable analytical storage
|
void |
setTimeseriesTableMeta(TimeseriesTableMeta timeseriesTableMeta)
Set the structure information of the table.
|
public CreateTimeseriesTableRequest(TimeseriesTableMeta timeseriesTableMeta)
All table parameters are set to default values, currently only include timeseriestablemeta.
timeseriesTableMeta - The structural information of the table.public String getOperationName()
getOperationName 在接口中 Requestpublic TimeseriesTableMeta getTimeseriesTableMeta()
public List<TimeseriesAnalyticalStore> getAnalyticalStores()
public boolean isEnableAnalyticalStore()
public void setTimeseriesTableMeta(TimeseriesTableMeta timeseriesTableMeta)
timeseriesTableMeta - The structure information of the tablepublic void setAnalyticalStores(List<TimeseriesAnalyticalStore> analyticalStores)
analyticalStores - Analytical storage informationpublic void setEnableAnalyticalStore(boolean enableAnalyticalStore)
enableAnalyticalStore - whether to enable analytical storagepublic List<CreateTimeseriesTableRequest.LastpointIndex> getLastpointIndexes()
public void addLastpointIndex(CreateTimeseriesTableRequest.LastpointIndex lastpointIndex)
Copyright © 2025. All Rights Reserved.