All Products
Search
Document Center

Tablestore:Operations on time series data

Last Updated:Jun 17, 2026

After you create a time series table, you can write data to and read data from the table. The following API operations are available for time series data.

API operations

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

Item

API

Description

Write time series data

PutTimeseriesData

Writes one or more rows of time series data. You must specify the time series identifiers, the timestamps of the data points, and the information about the data points.

Query time series data

GetTimeseriesData

Queries data in a specific time series.

Retrieve time series metadata

QueryTimeseriesMeta

Retrieves time series that match specified conditions, such as the metric name, data source, tags, property, and update time.

Update time series metadata

UpdateTimeseriesMeta

Updates one or more properties in the time series metadata.

Delete time series metadata

DeleteTimeseriesMeta

Deletes one or more time series metadata records.

Split a scanning task

SplitTimeseriesScanTask

Splits time series data for export into a specified number of subtasks. The server determines the actual number of subtasks.

Scan time series data

ScanTimeseriesData

Exports time series data efficiently.