All Products
Search
Document Center

Tablestore:Operations on a time series table

Last Updated:Dec 31, 2024

The TimeSeries model uses time series tables to store time series data. This topic describes the API operations that you can call to perform operations on time series tables.

API operations

The following table describes the API operations that you can call to perform operations on time series tables.

Item

API

Description

Create a time series table

CreateTimeseriesTable

You can create a time series table. When you create a time series table, you must specify the configuration information about the table.

Query the names of time series tables

ListTimeseriesTable

You can query the names of time series tables in the current instance.

Query information about a time series table

DescribeTimeseriesTable

You can query information about a time series table. For example, you can query the configuration information about a time series table.

Update a time series table

UpdateTimeseriesTable

You can update the configuration information about a time series table or time series metadata table.

Delete a time series table

DeleteTimeseriesTable

You can delete a time series table. When you delete a time series table, you must specify the name of the table.