Table of Contents

Class CrudEntry

Namespace
PowerSync.Common.DB.Crud
Assembly
PowerSync.Common.dll
public class CrudEntry
Inheritance
CrudEntry
Inherited Members

Constructors

CrudEntry(int, UpdateType, string, string, long?, Dictionary<string, object>?, Dictionary<string, string?>?, string?)

Properties

ClientId
Id
Metadata

Client-side metadata attached with this write.

This field is only available when the trackMetadata option was set to true when creating a table and the insert or update statement set the _metadata column.

Op
OpData
PreviousValues

Previous values before this change.

Table
TransactionId

Methods

Equals(object?)

Determines whether the specified object is equal to the current object.

FromRow(CrudEntryJSON)
GetHashCode()

Serves as the default hash function.