All Products
Search
Document Center

Tablestore:API overview

Last Updated:Apr 14, 2026

Tablestore provides the following Data Management API operations. You can call these operations only through SDKs.

API operations

The following table lists the API operations by category.

Category

API

Description

Wide column model features

Data table operations

Manage data tables in the wide column model. For example, create and delete data tables.

Global table operations

Manage global tables. For example, create, attach, and detach global tables.

Predefined column operations

Manage predefined columns of a data table. For example, add and delete predefined columns.

Basic data operations

Perform basic read and write operations on data in wide column tables. For example, write, read, batch write, batch read, range read, and delete data.

Secondary index operations

Manage secondary indexes. For example, create and delete secondary indexes.

Search index operations

Manage search indexes and query data. For example, create and delete search indexes, query data, and perform parallel scans.

Offline data operations

Perform read and write operations on offline data. For example, batch import and batch export data.

Local transaction operations

Manage local transactions. For example, create and commit local transactions.

Time series model features

Time series table operations

Manage time series tables in the time series model. For example, create and delete time series tables.

Time series data operations

Perform basic read and write operations on time series data. For example, write and query time series data, and delete timeline metadata.

Time series analytical store operations

Manage time series analytical stores. For example, create and delete time series analytical stores.

Lastpoint index operations

Manage Lastpoint indexes. For example, create and delete Lastpoint indexes.

General-purpose features

SQL query operations

Query data by using SQL statements.

Tunnel Service operations

Manage Tunnel Service channels. For example, create and delete channels.

Stream operations

Manage data streams. For example, list and describe stream information.

Usage notes

Data Management API operations can be called only through the SDKs that Tablestore provides. Direct HTTP requests are not supported.

Select an SDK based on your programming language:

Language

References

Java

Java SDK Reference

Go

Go SDK Reference

Python

Python SDK Reference

Node.js

Node.js SDK Reference

.NET

.NET SDK Reference

PHP

PHP SDK Reference

References