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 | Operations on data tables in the wide column model, such as creating and deleting data tables. | |
Operations related to global tables, such as creating, attaching, and detaching global tables. | ||
Operations on predefined columns of a data table, such as adding and deleting predefined columns. | ||
Basic read and write operations on data in wide column tables, such as writing, reading, batch writing, batch reading, range reading, and deleting data. | ||
Operations related to secondary indexes, such as creating and deleting secondary indexes. | ||
Operations related to search indexes, such as creating and deleting search indexes, querying data, and performing parallel scans. | ||
Read and write operations on offline data, such as batch importing and batch exporting data. | ||
Operations related to local transactions, such as creating and committing local transactions. | ||
Time series model features | Operations on time series tables in the time series model, such as creating and deleting time series tables. | |
Basic read and write operations on time series data, such as writing and querying time series data, and deleting timeline metadata. | ||
Operations related to time series analytical stores, such as creating and deleting time series analytical stores. | ||
Operations related to Lastpoint indexes, such as creating and deleting Lastpoint indexes. | ||
General-purpose features | API operations that you can call to query data using SQL statements. | |
Operations related to Tunnel Service, such as creating and deleting channels. | ||
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 | |
Go | |
Python | |
Node.js | |
.NET | |
PHP |
References
For more information, see Wide column model.
For more information, see Time series model.
For more information, see Instance management API overview.
For more information, see ProtocolBuffer message definitions for Tablestore.