Click or drag to resize

LiteDatabaseCheckpointSize Property

Get/Set in how many pages (8 Kb each page) log file will auto checkpoint (copy from log file to data file). Use 0 to manual-only checkpoint (and no checkpoint on dispose) Default: 1000 pages

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int CheckpointSize { get; set; }

Property Value

Int32

Implements

ILiteDatabaseCheckpointSize
See Also