CBFS Storage 2020 Python Edition

Questions / Feedback?

use_journaling Property

Whether the class should open a vault in journaling mode.

Syntax

def get_use_journaling() -> bool: ...
def set_use_journaling(value: bool) -> None: ...

use_journaling = property(get_use_journaling, set_use_journaling)

Default Value

FALSE

Remarks

This property specifies whether the class should open a vault in journaling mode, which will cause it to make use of transactions to help protect data integrity.

Please refer to the Vault Corruption topic for more information about how journaling and transactions work.

Note: This property cannot be changed when active is True, and cannot be changed within events.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Python Edition - Version 20.0 [Build 8031]