表示多行時序數據。
數據結構
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校驗值。 |
文檔內容是否對您有幫助?