ChangeInstanceKey Interface

Represents a change (insertion, deletion, or modification) to a single EC instance made in a local BriefcaseDb.

@see TxnManager.queryLocalChanges to iterate all of the changed instances.

Properties

Name Type Description
changeType "deleted" | "inserted" | "updated" The type of change.  
classFullName string Fully-qualified class name of the instance.  
id string ECInstanceId of the instance.  

Defined in

Last Updated: 25 April, 2024