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校验值。