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 |
Manage data tables in the wide column model. For example, create and delete data tables. |
|
|
Manage global tables. For example, create, attach, and detach global tables. |
||
|
Manage predefined columns of a data table. For example, add and delete predefined columns. |
||
|
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. |
||
|
Manage secondary indexes. For example, create and delete secondary indexes. |
||
|
Manage search indexes and query data. For example, create and delete search indexes, query data, and perform parallel scans. |
||
|
Perform read and write operations on offline data. For example, batch import and batch export data. |
||
|
Manage local transactions. For example, create and commit local transactions. |
||
|
Time series model features |
Manage time series tables in the time series model. For example, create and delete time series tables. |
|
|
Perform basic read and write operations on time series data. For example, write and query time series data, and delete timeline metadata. |
||
|
Manage time series analytical stores. For example, create and delete time series analytical stores. |
||
|
Manage Lastpoint indexes. For example, create and delete Lastpoint indexes. |
||
|
General-purpose features |
Query data by using SQL statements. |
|
|
Manage Tunnel Service channels. For example, create and delete channels. |
||
|
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 |
|
|
Go |
|
|
Python |
|
|
Node.js |
|
|
.NET |
|
|
PHP |