Table of Contents

Class TableOptions

Namespace
PowerSync.Common.DB.Schema
Assembly
PowerSync.Common.dll
public class TableOptions
Inheritance
TableOptions
Inherited Members

Constructors

TableOptions(Dictionary<string, List<string>>?, bool?, bool?, string?, bool?, TrackPreviousOptions?, bool?)

Properties

IgnoreEmptyUpdates

Whether an UPDATE statement that doesn't change any values should be ignored when creating CRUD entries.

Indexes
InsertOnly
LocalOnly
TrackMetadata

Whether to add a hidden _metadata column that will be enabled for updates to attach custom information about writes that will be reported through [CrudEntry.metadata].

TrackPreviousValues

When set to a non-null value, track old values of columns

ViewName