All Products
Search
Document Center

Tablestore:StreamRecord

Last Updated:Aug 27, 2024

Indicates a row of data in the response of the GetStreamRecord operation.

Data structure

message StreamRecord {
    required ActionType action_type = 1;
    required bytes record = 2;
}

Parameter

Type

Required

Description

action_type

ActionType

Yes

The operation type of the row.

record

bytes

Yes

The data content of the row.

References

GetStreamRecord