metadata

val metadata: String? = null

User-defined metadata that can be attached to writes.

This is the value the _metadata column had when the write to the database was made, allowing backend connectors to e.g. identify a write and treat it specially.

Note that the _metadata column is only available when Table.trackMetadata is enabled.