Metadata

data class Metadata(val entity_name: String, val lastReadAt: Instant?, val lastWriteAt: Instant?)(source)

Row in the metadata table. MetadataQueries handles the Long ↔ Instant conversion in its cursor mapper and upsert bind paths.

Constructors

Link copied to clipboard
constructor(entity_name: String, lastReadAt: Instant?, lastWriteAt: Instant?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard