All Products
Search
Document Center

Tablestore:StreamRecord

Last Updated:Sep 05, 2023

StreamRecord indicates a data row in the response message of the GetStreamRecord operation.

Data structure

 message StreamRecord {
        required ActionType action_type = 1;
        required bytes record = 2;
}
action_type:
  • Type: Required ActionType

  • The operation type of the row.

record:
  • Type: Required bytes

  • The data content of the row.

Related operations

GetStreamRecord