BTreeDatabaseConfig Properties

BerkeleyDB

The BTreeDatabaseConfig type exposes the following members.

Properties

  NameDescription
Compress
The compression function used to store key/data pairs in the database.
Decompress
The decompression function used to retrieve key/data pairs from the database.
EncryptAlgorithm
The algorithm used to perform encryption and decryption.
(Inherited from DatabaseConfig.)
EncryptionPassword
The password used to perform encryption and decryption.
(Inherited from DatabaseConfig.)
MinKeysPerPage
The minimum number of key/data pairs intended to be stored on any single Btree leaf page.
PageSize
The size of the pages used to hold items in the database, in bytes.
(Inherited from DatabaseConfig.)

See Also