Tablestore SDK for Python supports the following data table operations.
|
Operation |
Description |
|
Create a data table for data storage. You can specify an auto-increment primary key column during table creation. |
|
|
Update table configurations such as time to live (TTL) and max versions. |
|
|
List all table names in an instance. |
|
|
Query the configurations of a table. |
|
|
Delete a specified table. |