![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <db.h>
Public Attributes | |
| bool | require_existing = false |
| bool | require_create = false |
| std::optional< DatabaseFormat > | require_format |
| uint64_t | create_flags = 0 |
| SecureString | create_passphrase |
| bool | verify = true |
| Check data integrity on load. | |
| bool | use_unsafe_sync = false |
| Disable file sync for faster performance. | |
| bool | use_shared_memory = false |
| Let other processes access the database. | |
| int64_t | max_log_mb = 100 |
| Max log size to allow before consolidating. | |
| uint64_t wallet::DatabaseOptions::create_flags = 0 |
| int64_t wallet::DatabaseOptions::max_log_mb = 100 |
| bool wallet::DatabaseOptions::require_create = false |
| bool wallet::DatabaseOptions::require_existing = false |
| std::optional<DatabaseFormat> wallet::DatabaseOptions::require_format |
| bool wallet::DatabaseOptions::use_shared_memory = false |
| bool wallet::DatabaseOptions::use_unsafe_sync = false |
| bool wallet::DatabaseOptions::verify = true |