Specifies the row data read in a table.
Data structure
message TableInBatchGetRowResponse {
required string table_name = 1;
repeated RowInBatchGetRowResponse rows = 2;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the data table. |
rows | Yes | All row data read in the table. |