ChangeMeta Interface @beta

Metadata attached to every ChangeInstance.

Properties

Name Type Description
changeFetchedPropNames string[] EC property names fetched from the current row of changeset or transaction or any other change stream.  
changeIndexes number[] Change-stream index positions.  
instanceKey string ECInstanceId and class Id in format "-".  
isIndirectChange boolean true when the change was applied indirectly  
op SqliteChangeOp Operation that produced this change.  
propFilter PropertyFilter Reader property filter that was active when this change row was captured.  
rowOptions RowFormatOptions | undefined Row adaptor options that were active when this change row was captured.  
stage SqliteValueStage Whether this is the pre-change ("Old") or post-change ("New") snapshot.  
tables string[] SQLite tables that contributed columns to this change row.  

Defined in

Last Updated: 06 May, 2026