全部产品
Search
文档中心

表格存储:TimeseriesRows

更新时间:Apr 29, 2026

表示多行时间序列数据。

数据结构

message TimeseriesRows {
  required RowsSerializeType type = 1;
  required bytes rows_data = 2;
  optional int32 flatbuffer_crc32c = 3;
}

名称

类型

是否必选

描述

type

RowsSerializeType

时间序列数据的序列化类型。

rows_data

bytes

序列化数据。

flatbuffer_crc32c

int32

FlatBuffers 序列化方式的 CRC32C 校验和。