RowUpdateChange

Row update payload.

Properties

Link copied to clipboard
abstract val columnId: String

Column identifier whose value changed.

Link copied to clipboard
abstract val parentPath: String?

Parent path for nested tables in collections (e.g., "0.schema.1.child").

Link copied to clipboard
abstract val row: Row

The new/updated row snapshot.

Link copied to clipboard
abstract val rowId: String

Identifier of the row being updated.

Link copied to clipboard
abstract val schemaId: String?

Target schema id for nested collection tables.