BatchWriteRow 操作におけるテーブルへの書き込み結果を示します。
データ構造
message TableInBatchWriteRowResponse {
required string table_name = 1;
repeated RowInBatchWriteRowResponse rows = 2;
}
パラメーター | 型 | 必須 | 説明 |
table_name | string | はい | データテーブルの名前。 |
rows | repeated RowInBatchWriteRowResponse | はい | テーブルへの行の書き込み結果。 |