在 BatchWriteRow 操作中,表示要寫入的一個表的請求資訊。

資料結構

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

  • 描述:該表的表名。

rows:

相關操作

BatchWriteRow