WriteAheadLogCheckpointResult

Result of a Write-Ahead Log checkpoint.

Properties

Link copied to clipboard

Total number of checkpointed frames in the log file (including any that were already checkpointed before the function was called) or to -1 if the checkpoint could not run due to an error or because the database is not in WAL mode.

Link copied to clipboard
abstract val frameCount: Int

Total number of frames in the log file or to -1 if the checkpoint could not run because of an error or because the database is not in WAL mode.