TimeseriesRows は、複数の時系列データ行を指定します。
データ構造
message TimeseriesRows {
required RowsSerializeType type = 1;
required bytes rows_data = 2;
optional int32 flatbuffer_crc32c = 3;
}| パラメーター | 型 | 必須 | 説明 |
| type | RowsSerializeType | はい | 時系列データのシリアル化タイプ。 |
| rows_data | bytes | はい | シリアル化されたデータ。 |
| flatbuffer_crc32c | int32 | いいえ | FlatBuffer を使用したシリアル化の CRC32C チェックサム値。 |