表示時序表的配置資訊。
資料結構
message TimeseriesTableOptions {
optional int32 time_to_live = 1;
}
名稱 | 類型 | 是否必選 | 描述 |
time_to_live | int32 | 否 | 資料生命週期,單位為秒。 |
表示時序表的配置資訊。
message TimeseriesTableOptions {
optional int32 time_to_live = 1;
}
名稱 | 類型 | 是否必選 | 描述 |
time_to_live | int32 | 否 | 資料生命週期,單位為秒。 |