InsertConflict parameters
The [InsertConflict] parameters describe how the High-speed Apply Engine handles conflicts that occur for INSERT statements in the apply request. You can specify as many codes and actions as required for the types of conflicts that might occur. The values that you specify in the [InsertConflict] section override the values specified in the [AnyConflict] section (for INSERT statements).
The following figure shows an example of the [InsertConflict] parameters:
Code=NoRows
Action=Abort
For more information about the parameters that you can specify in the conflict sections, see AnyConflict-parameters. For a list of valid values for the Code parameter, see Codes-for-conflict-resolution-SQL-codes. For a list of valid values for the Action parameter, see Actions for conflict resolution.