UpdatePolicy

Update policy that controls how to handle import of objects with existing primary keys when import them with MutableRealm.copyToRealm and io.realm.kotlin.dynamic.DynamicMutableRealm.copyToRealm.

See also

DynamicMutableRealm.copyToRealm

Entries

Link copied to clipboard

Update policy that will disallow updating existing objects and instead throw an exception if an object already exists with the same primary key.

Link copied to clipboard

Update policy that will update all properties on any existing objects identified with the same primary key. Properties will be marked as updated in change listeners, even if the property was updated to the same value.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.