在BatchWriteRow操作中表示对一个表进行写入的结果。
数据结构
message TableInBatchWriteRowResponse {
    required string table_name = 1;
    repeated RowInBatchWriteRowResponse rows = 2;
}名称  | 类型  | 是否必选  | 描述  | 
table_name  | string  | 是  | 数据表名称。  | 
rows  | repeated RowInBatchWriteRowResponse  | 是  | 一行写入操作的结果。  | 
相关操作
该文章对您有帮助吗?