'Declaration Public Enum AutoVacuumMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AutoVacuumMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum AutoVacuumMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum AutoVacuumMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Full | The "freelist" pages are moved to the end of the file and the file is truncated to remove the freelist pages at every commit. |
Incremental | A separate incremental_vacuum pragma must be invoked to cause the vacuum to occur. |
None | Unused database file pages are added to a "freelist" are reused for subsequent inserts. The database file does not shrink. This is the default mode. |
System.Object
System.ValueType
System.Enum
Devart.Data.SQLite.AutoVacuumMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2