すべてのプロダクト
Search
ドキュメントセンター

Tablestore:TimeseriesRows

最終更新日:Apr 30, 2026

時系列データの複数行を表します。

データ構造

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

Name

Type

Required

Description

type

RowsSerializeType

Yes

時系列データのシリアル化タイプです。

rows_data

bytes

Yes

シリアル化された時系列データです。

flatbuffer_crc32c

int32

No

FlatBuffers によってシリアル化されたデータの CRC32C チェックサムです。