Table of Contents

Method UploadData

Namespace
PowerSync.Common.Client.Connection
Assembly
PowerSync.Common.dll

UploadData(IPowerSyncDatabase)

Upload local changes to the app backend.

Use GetCrudBatch(int) to get a batch of changes to upload.

Any thrown errors will result in a retry after the configured wait period (default: 5 seconds).

Task UploadData(IPowerSyncDatabase database)

Parameters

database IPowerSyncDatabase

Returns

Task