|
|
optional_idx | block_alloc_size |
| | The allocation size of blocks for this attached database file (if any)
|
| |
|
optional_idx | row_group_size |
| | The row group size for this attached database (if any)
|
| |
|
optional_idx | storage_version |
| | Target storage version (if any)
|
| |
|
optional_idx | block_header_size |
| | Block header size (only used for encryption)
|
| |
|
CompressInMemory | compress_in_memory = CompressInMemory::AUTOMATIC |
| |
|
bool | encryption = false |
| | Whether the database is encrypted.
|
| |
|
EncryptionTypes::CipherType | encryption_cipher = EncryptionTypes::INVALID |
| | Encryption algorithm.
|
| |
| shared_ptr< string > | user_key |
| |
|
EncryptionTypes::EncryptionVersion | encryption_version = EncryptionTypes::NONE |
| | encryption version (set default to 1)
|
| |
◆ user_key
| shared_ptr<string> duckdb::StorageOptions::user_key |
encryption key FIXME: change to a unique_ptr in the future
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp