TimeseriesRows

更新时间:
复制 MD 格式

Represents multiple rows of time series data.

Data structure

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

Name

Type

Required

Description

type

RowsSerializeType

Yes

The serialization type for the time series data.

rows_data

bytes

Yes

The serialized time series data.

flatbuffer_crc32c

int32

No

The CRC32C checksum of the data serialized by FlatBuffers.