表示多行时间序列数据。
数据结构
message TimeseriesRows {
required RowsSerializeType type = 1;
required bytes rows_data = 2;
optional int32 flatbuffer_crc32c = 3;
}
|
名称 |
类型 |
是否必选 |
描述 |
|
type |
是 |
时间序列数据的序列化类型。 |
|
|
rows_data |
bytes |
是 |
序列化数据。 |
|
flatbuffer_crc32c |
int32 |
否 |
FlatBuffers 序列化方式的 CRC32C 校验和。 |