PartialECChangeUnifier Class @beta

Combine partial changed instance into single instance. Partial changes is per table and a single instance can span multiple tables.

Implements

  • Disposable

Methods

Name Description
constructor(_db: AnyDb, _cache: ECChangeUnifierCache...): PartialECChangeUnifier    
[dispose](): void Dispose the instance.  
appendFrom(adaptor: ChangesetECAdaptor): void Append partial changes which will be combine using there instance key.  
getInstanceCount(): number Returns the number of instances in the cache.  

Properties

Name Type Description
instances Accessor ReadOnly IterableIterator<ChangedECInstance, any, any> Returns complete EC change instances.  

Defined in

Last Updated: 29 July, 2025