Tablestore SDK for Java provides a variety of operations that you can perform on time series tables.
Operation | Description |
Creates a time series table. | |
Queries the names of all time series tables in the current instance. | |
Queries the information about a time series table, such as the time to live (TTL) configuration. | |
Queries the information about the analytical store of a time series table, such as the time to live (TTL) configuration, data synchronization option, data synchronization status, and data storage size. | |
Updates the configurations of a time series table. | |
Deletes a time series table. | |
Writes multiple rows of time series data to a time series table at the same time. | |
Queries the time series data that meets the specified conditions. | |
Retrieves time series that meet multiple specified conditions. | |
Updates the properties in the metadata of multiple time series at the same time. | |
Deletes the metadata of multiple time series at the same time. |