RowChangeImpl

abstract class RowChangeImpl(wrapped: Map<String, Any?>) : RowChange

Constructors

Link copied to clipboard
constructor(wrapped: Map<String, Any?>)

Properties

Link copied to clipboard
open override val parentPath: String?

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

Link copied to clipboard
open override val schemaId: String?

Target schema id for nested collection tables.