Table of Contents

Class TrackPreviousOptions

Namespace
PowerSync.Common.DB.Schema
Assembly
PowerSync.Common.dll

Whether to include previous column values when PowerSync tracks local changes. Including old values may be helpful for some backend connector implementations, which is why it can be enabled on a per-table or per-column basis.

public class TrackPreviousOptions
Inheritance
TrackPreviousOptions
Inherited Members

Properties

Columns

When defined, a list of column names for which old values should be tracked.

OnlyWhenChanged

When enabled, only include values that have actually been changed by an update.