ApplyChangesetOptions

sealed external interface ApplyChangesetOptions(source)

Properties

Link copied to clipboard
abstract var filter: (tableName: String) -> Boolean?

Skip changes that, when targeted table name is supplied to this function, return a truthy value. By default, all changes are attempted.

Link copied to clipboard
abstract var onConflict: (conflictType: Number) -> Double?

A function that determines how to handle conflicts. The function receives one argument, which can be one of the following values: