All Products
Search
Document Center

Tablestore:List of operations by function

Last Updated:Nov 27, 2024

This topic describes the list of data management API operations provided by Tablestore and the usage notes of the API operations.

List of data management API operations

The following table describes the data management API operations by feature.

Category

API

Description

Features of the Wide Column model

Data table operations

Operations on data tables in the Wide Column model, such as creating or deleting a data table.

Add or remove predefined columns

Operations on predefined columns of a data table, such as adding or removing predefined columns.

Basic data operations

Basic read and write operations on data in data tables in the Wide Column model, such as reading and writing data, writing and reading multiple rows of data at the same time, reading data whose primary key value is within a specific range, and deleting data.

Secondary index operations

Operations related to secondary indexes, such as creating or deleting a secondary index.

Search index operations

Operations related to search indexes, such as creating or deleting a search index, querying data, and exporting data in parallel.

Offline data operations

Read and write operations on offline data, such as importing or exporting multiple rows of data at the same time.

Local transaction operations

Operations related to local transactions, such as creating or submitting a local transaction.

Features of the TimeSeries model

Operations on time series tables

Operations related to time series tables in the TimeSeries model, such as creating or deleting a time series table.

Time series data operations

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

General-purpose features

SQL query operations

Operations that can be called to query data by executing SQL statements.

Operations related to Tunnel Service

Operations related to Tunnel Service, such as creating or deleting a tunnel.

Stream operations

Operations related to streams, such as querying the stream information about all tables in an instance and querying the shard information about a stream.

Call method

You can use only Tablestore SDKs to call Tablestore data management API operations. You cannot use HTTP request methods to call Tablestore data management API operations.

Select the Tablestore SDK for your programming language to call Tablestore data management API operations.

Programming language

References

Java

Tablestore SDK for Java

Go

Tablestore SDK for Go

Python

Tablestore SDK for Python

Node.js

Tablestore SDK for Node.js

.NET

Tablestore SDK for .NET

PHP

Tablestore SDK for PHP

References