Specifies the configurations of a time series table.
Data structure
message TimeseriesTableOptions {
optional int32 time_to_live = 1;
}
Parameter | Type | Required | Description |
time_to_live | int32 | No | The time to live (TTL) of data in the time series table. Unit: seconds. |