OverwriteProtectionEnabled
Default Value | Data Type | Required |
---|---|---|
|
Integer |
No |
Description
This property specifies whether the driver allows INSERT statements to overwrite existing primary keys.
1
: The driver prevents INSERT statements from overwriting existing primary keys.0
: The driver allows INSERT statements to overwrite existing primary keys.
Note:
- In DynamoDB, the default response to an INSERT statement includes overwriting the primary keys.
- Overwrite protection is not supported for virtual tables.