checkpoint_fullfsync property

bool get checkpoint_fullfsync

Implementation

bool get checkpoint_fullfsync => getBool("checkpoint_fullfsync ");
set checkpoint_fullfsync (bool value)

Implementation

set checkpoint_fullfsync(bool value) => setBool("checkpoint_fullfsync ", value);