Detailed statistics for DML statements
| JSON representation |
|---|
{ "insertedRowCount" : string , "deletedRowCount" : string , "updatedRowCount" : string } |
| Fields | |
|---|---|
insertedRowCount
|
Output only. Number of inserted Rows. Populated by DML INSERT and MERGE statements |
deletedRowCount
|
Output only. Number of deleted Rows. populated by DML DELETE, MERGE and TRUNCATE statements. |
updatedRowCount
|
Output only. Number of updated Rows. Populated by DML UPDATE and MERGE statements. |

