表示多行時間序列資料。
資料結構
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 校正和。 |