Class SqliteBucketStorage
public class SqliteBucketStorage : IBucketStorageAdapter, ICloseable
- Inheritance
-
SqliteBucketStorage
- Implements
- Inherited Members
- Extension Methods
Constructors
Fields
Properties
Methods
- Control(string, object?)
Invokes the
powersync_controlfunction 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().
- ReadOrUpdateCheckpoint(ITransaction, string, string?)
Reads or updates the stored checkpoint request id using the given transaction.
- ReadOrUpdateCheckpoint(string, string?)
Reads or updates the stored checkpoint request id.