All Products
Search
Document Center

Tablestore:TableInBatchGetRowResponse

Last Updated:Aug 01, 2024

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

RowInBatchGetRowResponse

Yes

All row data read in the table.

References

BatchGetRow