TimeseriesTableMeta は、時系列テーブルのスキーマと構成を指定します。
データ構造
message TimeseriesTableMeta {
required string table_name = 1;
optional TimeseriesTableOptions table_options = 2;
optional string status = 3;
optional TimeseriesMetaOptions meta_options = 4;
}
パラメーター | タイプ | 必須 | 説明 |
table_name | string | はい | 時系列テーブルの名前。 |
table_options | いいえ | 時系列テーブルの構成。 | |
status | string | いいえ | 時系列テーブルの状態。有効な値:
|
meta_options | いいえ | 時系列テーブル内の時系列メタデータの構成。 |