TimeseriesTableMeta specifies the schema and configurations of a time series table.
Data structure
message TimeseriesTableMeta {
required string table_name = 1;
optional TimeseriesTableOptions table_options = 2;
optional string status = 3;
optional TimeseriesMetaOptions meta_options = 4;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the time series table. |
table_options | No | The configurations of the time series table. | |
status | string | No | The status of the time series table. Valid values:
|
meta_options | No | The configurations of the time series metadata in the time series table. |