Table of Contents

Method GetCrudBatch

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

GetCrudBatch(int)

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

public Task<CrudBatch?> GetCrudBatch(int limit = 100)

Parameters

limit int

Returns

Task<CrudBatch>