All Products
Search
Document Center

Tablestore:Operations on a time series table

Last Updated:Jun 17, 2026

The TimeSeries model uses time series tables to store time series data. You can call API operations to create, query, update, and delete time series tables.

API operations

The following table lists the API operations for time series tables.

Item

API

Description

Create a time series table

CreateTimeseriesTable

Creates a time series table. You must specify the table configuration when you create the table.

Query the names of time series tables

ListTimeseriesTable

Lists the names of all time series tables in the current instance.

Query information about a time series table

DescribeTimeseriesTable

Queries information about a time series table, such as the table configuration and the analytical store configuration.

Update a time series table

UpdateTimeseriesTable

Updates the configurations of a time series table or time series metadata table.

Delete a time series table

DeleteTimeseriesTable

Deletes a time series table. You must specify the name of the table.