TableInBatchGetRowResponse indicates data in a table in the messages returned by the BatchGetRow operation.

Data structure

message TableInBatchGetRowResponse {
    required string table_name = 1;
    repeated RowInBatchGetRowResponse rows = 2;
}
table_name:
  • Type: string

  • The name of the table.

rows:

Related operations

BatchGetRow