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 | Yes | The operation type of the row. | |
record | bytes | Yes | The data content of the row. |