Table of Contents

Class SqliteBucketStorage

Namespace
PowerSync.Common.Client.Sync.Bucket
Assembly
PowerSync.Common.dll
public class SqliteBucketStorage : IBucketStorageAdapter, ICloseable
Inheritance
SqliteBucketStorage
Implements
Inherited Members

Constructors

SqliteBucketStorage(IDBAdapter, ILogger?)

Fields

MAX_OP_ID

Properties

Events

Methods

Close()
Control(string, object?)

Invokes the powersync_control function for the sync client.

GetClientId()

Get a unique client ID.

GetCrudBatch(int)

Get a batch of objects to send to the server. When the objects are successfully sent to the server, call .Complete().

HandleCrudCheckpoint(long, string?)
HasCrud()
NextCrudItem()
UpdateLocalTarget(Func<Task<string>>)