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 |
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. |
该文章对您有帮助吗?