TimeseriesMetaOptions specifies the configurations of the time series metadata in a time series table.
Data structure
message TimeseriesMetaOptions {
optional bool allow_update_attributes = 1;
optional int32 meta_time_to_live = 2;
}
Parameter | Type | Required | Description |
allow_update_attributes | BOOLEAN | No | Whether the attributes of time series metadata can be updated. |
meta_time_to_live | INT32 | No | The time-to-live (TTL) period of the time series metadata. Unit: seconds. The value must be -1 or a value that is greater than or equal to 604800. A value of -1 indicates that the metadata never expires. A value of 604800 indicates seven days. |