Table of Contents

Interface IBucketStorageAdapter

Namespace
PowerSync.Common.Client.Sync.Bucket
Assembly
PowerSync.Common.dll
public interface IBucketStorageAdapter : ICloseable
Inherited Members
Extension Methods

Properties

Events

Methods

Control(string, object?)

Invokes the powersync_control function for the sync client.

GetClientId()

Get a unique client ID.

GetCrudBatch(int)
HandleCrudCheckpoint(long, string?)
HasCrud()
NextCrudItem()
ReadOrUpdateCheckpoint(string, string?)

Reads or updates the local checkpoint request ID counter.

UpdateLocalTarget(Func<Task<string>>)