表示多行时序数据。
数据结构
message TimeseriesRows {
required RowsSerializeType type = 1;
required bytes rows_data = 2;
optional int32 flatbuffer_crc32c = 3;
}
名称 | 类型 | 是否必选 | 描述 |
type | 是 | 时序数据的序列化类型。 | |
rows_data | bytes | 是 | 序列化后的数据。 |
flatbuffer_crc32c | int32 | 否 | 针对flatbuffer序列化方式的crc32c校验值。 |
文档内容是否对您有帮助?