WriteOptions

Controls db writting

Constructors

this
this()

Create the internal option object

Destructor

~this
~this()

Destroy any valid option pointer

Members

Properties

sync
bool sync [@property setter]

If true, the write will be flushed from the operating system buffer cache (by calling WritableFile::Sync()) before the write is considered complete. If this flag is true, writes will be slower.

valid
bool valid [@property getter]

indicates if the option has been created

Meta