MergeInsertIntoTableResponse¶
Response from merge insert operation
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| numUpdatedRows | Long | Number of rows updated | [optional] |
| numInsertedRows | Long | Number of rows inserted | [optional] |
| numDeletedRows | Long | Number of rows deleted (typically 0 for merge insert) | [optional] |
| version | Long | The commit version associated with the operation | [optional] |