The Tablestore Python SDK supports the following data operations.
|
Operation |
Description |
|
Write data |
Write a single row or perform batch write operations. |
|
Update data |
Update a single row or perform batch update operations. |
|
Read data |
Read a single row, perform a range read, or read data in batches. |
|
Delete data |
Delete a single row or perform batch delete operations. |
|
Filters read results on the server side. Only rows that match the specified conditions are returned. |
|
|
Updates data only when specified conditions are met. Returns an error if conditions are not met. |
|
|
Designates a column as an atomic counter for increment and decrement operations. |
|
|
After enabling local transactions for a data table, create a local transaction based on a partition key value to read and write data, then commit or discard it based on your business requirements. |