All Products
Search
Document Center

Tablestore:API overview

Last Updated:Jan 08, 2026

This topic describes the Data Management API operations that Tablestore provides and how to call them.

API operations

The following table describes the API operations by category.

Category

API

Description

Wide column model features

Data table operations

Operations on data tables in the wide column model, such as creating and deleting data tables.

Global table operations

Operations related to global tables, such as creating, attaching, and detaching global tables.

Predefined column operations

Operations on predefined columns of a data table, such as adding and deleting predefined columns.

Basic data operations

Basic read and write operations on data in wide column tables, such as writing, reading, batch writing, batch reading, range reading, and deleting data.

Secondary index operations

Operations related to secondary indexes, such as creating and deleting secondary indexes.

Search index operations

Operations related to search indexes, such as creating and deleting search indexes, querying data, and performing parallel scans.

Offline data operations

Read and write operations on offline data, such as batch importing and batch exporting data.

Local transaction operations

Operations related to local transactions, such as creating and committing local transactions.

Time series model features

Time series table operations

Operations on time series tables in the time series model, such as creating and deleting time series tables.

Time series data operations

Basic read and write operations on time series data, such as writing and querying time series data, and deleting timeline metadata.

Time series analytical store operations

Operations related to time series analytical stores, such as creating and deleting time series analytical stores.

Lastpoint index operations

Operations related to Lastpoint indexes, such as creating and deleting Lastpoint indexes.

General-purpose features

SQL query operations

API operations that you can call to query data using SQL statements.

Tunnel Service operations

Operations related to Tunnel Service, such as creating and deleting channels.

Stream operations

Operations related to data streams, such as listing and describing stream information.

Usage notes

You can call Data Management API operations only using the software development kits (SDKs) that Tablestore provides. These API operations cannot be called by making direct HTTP requests.

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