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 | Operations on data tables in the Wide Column model, such as creating or deleting a data table. | |
Operations on predefined columns of a data table, such as adding or removing predefined columns. | ||
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. | ||
Operations related to secondary indexes, such as creating or deleting a secondary index. | ||
Operations related to search indexes, such as creating or deleting a search index, querying data, and exporting data in parallel. | ||
Read and write operations on offline data, such as importing or exporting multiple rows of data at the same time. | ||
Operations related to local transactions, such as creating or submitting a local transaction. | ||
Features of the TimeSeries model | Operations related to time series tables in the TimeSeries model, such as creating or deleting a time series table. | |
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 | Operations that can be called to query data by executing SQL statements. | |
Operations related to Tunnel Service, such as creating or deleting a tunnel. | ||
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 | |
Go | |
Python | |
Node.js | |
.NET | |
PHP |
References
For more information about the Wide Column model, see Overview.
For more information about the TimeSeries model, see Overview.
For more information about instance management API operations, see List of operations by function.
For more information about Tablestore ProtocolBuffer message definitions, see Tablestore ProtocolBuffer message definitions.