dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / CheckpointFullFSync Property

In This Topic
    CheckpointFullFSync Property
    In This Topic
    Determines whether the F_FULLFSYNC syncing method is used during checkpoint operations on systems that support F_FULLFSYNC.
    Syntax
    'Declaration
     
    Public Property CheckpointFullFSync As Boolean
    public bool CheckpointFullFSync {get; set;}

    Property Value

    If true - the F_FULLFSYNC syncing method is used during checkpoint operations on systems that support F_FULLFSYNC; otherwise it is not used. Default value is false.
    Remarks

    If this property is specified, the checkpoint_fullfsync SQLite PRAGMA statement is executed when connecting.

    Note: F_FULLFSYNC is supported only on Mac OS-X.

    Requirements

    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

    See Also