All Products
Search
Document Center

Tablestore:Operations on time series data

Last Updated:Dec 31, 2024

After you create a time series table, you can write data to and read data from the table. This topic describes the API operations that you can call to perform operations on time series data.

API operations

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

Item

API

Description

Write time series data

PutTimeseriesData

You can write one or more rows of time series data at the same time. When you write time series data, you must specify the time series identifiers, the time of the data points, and the information about the data points.

Query time series data

GetTimeseriesData

You can query the data in a time series.

Retrieve time series metadata

QueryTimeseriesMeta

You can retrieve a time series based on multiple conditions, such as the metric name, data source, tags, property, and update time.

Update time series metadata

UpdateTimeseriesMeta

You can update one or more properties in the time series metadata at the same time.

Delete time series metadata

DeleteTimeseriesMeta

You can delete one or more time series metadata records at the same time.

Split a scanning task

SplitTimeseriesScanTask

You can split the time series data that you want to export based on the number of tasks that you want to split into. The actual number of tasks that are split into is determined by the server.

Scan time series data

ScanTimeseriesData

You can export time series data in an efficient manner.