Tablestore SDK for Go provides a variety of operations that you can perform on time series tables.
Operation | Description |
---|---|
Create a time series table | Creates a time series table. |
Query the names of time series tables | Queries the names of all time series tables in the current instance. |
Query the information about a time series table | Queries the information about a time series table, such as the time to live (TTL) configuration. |
Update a time series table | Updates the configurations of a time series table. |
Delete a time series table | Deletes a time series table. |
Write time series data | Writes multiple rows of time series data to a time series table at the same time. |
Query time series data | Queries the time series data that meets the specified conditions. |
Retrieve time series | Retrieves time series that meet multiple specified conditions. |
Update time series metadata | Updates the properties in the metadata of multiple time series at the same time. |