Framework
UniqueUpdate
Unique constraint update descriptor.
| Property | Type | Description |
|---|
id | string | Record ID that owns this constraint. |
newKey | string | New unique key to acquire (null if field is now null/undefined). |
oldKey | string | Old unique key to release (null if field was previously null/undefined). |