AccountDatabaseInfo

data class AccountDatabaseInfo(val accountId: String, val schemaVersion: Long, val revision: Long, val writeAheadLogging: Boolean)

Rust-owned database metadata.

Constructors

Link copied to clipboard
constructor(accountId: String, schemaVersion: Long, revision: Long, writeAheadLogging: Boolean)

Properties

Link copied to clipboard

Account permanently bound to the file.

Link copied to clipboard

Monotonic value changed by successful mutations.

Link copied to clipboard

Rust schema version, independent of Room.

Link copied to clipboard

Whether WAL is active.