调用DeleteTimeseriesLastpointIndex删除Lastpoint索引。
注意事项
删除Lastpoint索引前,请确保相应Lastpoint索引未在实际业务中使用。
Lastpoint索引删除后不可恢复,请谨慎操作。
请求消息结构
message DeleteTimeseriesLastpointIndexRequest {
required string main_table_name = 1;
required string index_table_name = 2;
}
名称 | 类型 | 是否必选 | 描述 |
main_table_name | string | 是 | 时序表名称。 |
index_table_name | string | 是 | Lastpoint索引名称。 |
响应消息结构
message DeleteTimeseriesLastpointIndexResponse {
}
使用SDK
您可以使用如下语言的SDK删除Lastpoint索引。
文档内容是否对您有帮助?