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;
}
Parameter | Type | Required | Description |
---|---|---|---|
table_name | string | Yes | The name of the time series table. |
table_options | TimeseriesTableOptions | No | The configurations of the time series table. |
status | string | No | The status of the time series table. |