Table of Contents

Constructor OplogEntry

Namespace
PowerSync.Common.Client.Sync.Bucket
Assembly
PowerSync.Common.dll

OplogEntry(string, OpType, long, string, string?, string?, object?)

public OplogEntry(string opId, OpType op, long checksum, string subkey, string? objectType = null, string? objectId = null, object? data = null)

Parameters

opId string
op OpType
checksum long
subkey string
objectType string
objectId string
data object