Query the names of time series tables

更新时间: 2026-01-14 11:19:43

You can call the ListTimeseriesTable operation to query the names of all time series tables in an instance.

Prerequisites

Example

The following sample code provides an example on how to query the names of all time series tables in an instance.

private static void listTimeseriesTable(TimeseriesClient client) {
    ListTimeseriesTableResponse listTimeseriesTableResponse = client.listTimeseriesTable();
    for (String table : listTimeseriesTableResponse.getTimeseriesTableNames()) {
        System.out.println(table);
    }
}
上一篇: Modify the configurations of a time series table 下一篇: Query information of a time series table
阿里云首页 表格存储 相关技术圈