Menyajikan hasil penulisan untuk sebuah tabel dalam operasi BatchWriteRow.
Struktur data
message TableInBatchWriteRowResponse {
required string table_name = 1;
repeated RowInBatchWriteRowResponse rows = 2;
}Parameter | Tipe | Diperlukan | Deskripsi |
table_name | string | Ya | Nama tabel data. |
rows | repeated RowInBatchWriteRowResponse | Ya | Hasil penulisan baris ke tabel. |