TableInBatchWriteRowRequest indicates the request information of the table to be written in the BatchWriteRow operation.

Data structure

message TableInBatchWriteRowRequest {
    required string table_name = 1;
    repeated RowInBatchWriteRowRequest rows = 2;
}
table_name:
  • Type: string

  • The name of the table.

rows:

Related operations

BatchWriteRow