CrudBatch

data class CrudBatch(val crud: List<CrudEntry>, val hasMore: Boolean, val complete: suspend (writeCheckpoint: String?) -> Unit)

A batch of client-side changes.

Constructors

Link copied to clipboard
constructor(crud: List<CrudEntry>, hasMore: Boolean, complete: suspend (writeCheckpoint: String?) -> Unit)

Properties

Link copied to clipboard
val complete: suspend (writeCheckpoint: String?) -> Unit

Call to remove the changes from the local queue, once successfully uploaded.

Link copied to clipboard

List of client-side changes.

Link copied to clipboard

true if there are more changes in the local queue