All Products
Search
Document Center

Tablestore:DeleteTimeseriesLastpointIndex

Last Updated:Apr 11, 2025

Deletes a Lastpoint index.

Usage notes

  • Tablestore SDK for Java V5.17.1 or later supports the Lastpoint index feature. Before you use the Lastpoint index feature, make sure that Tablestore SDK for Java V5.17.1 or later is obtained. For information about the version history of Tablestore SDK for Java, see Version history of Tablestore SDK for Java.

  • Before you delete a Lastpoint index, make sure that the Lastpoint index is not used in your business.

  • A deleted Lastpoint index cannot be recovered. Proceed with caution.

Request syntax

message DeleteTimeseriesLastpointIndexRequest {
  required string main_table_name = 1;
  required string index_table_name = 2;
}

Parameter

Type

Required

Description

main_table_name

string

Yes

The name of the time series table.

index_table_name

string

Yes

The name of the Lastpoint index.

Response syntax

message DeleteTimeseriesLastpointIndexResponse {
}

Use Tablestore SDKs

You can use Tablestore SDKs for the following programming languages to delete a Lastpoint index: