CrudEntry

data class CrudEntry(source)

A single client-side change.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-incrementing client-side id.

Link copied to clipboard
val id: String

ID of the changed row.

Link copied to clipboard
val metadata: String? = null

User-defined metadata that can be attached to writes.

Link copied to clipboard

Type of change.

Link copied to clipboard

Data associated with the change.

Link copied to clipboard

Previous values before this change.

Link copied to clipboard

Table that contained the change.

Link copied to clipboard

Auto-incrementing transaction id. This is the same for all operations within the same transaction.

Functions

Link copied to clipboard
open override fun toString(): String