The BTreeDatabaseConfig type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.) | |
| Encrypted | 
            Encrypt the database using the cryptographic password specified by
            DatabaseConfig.SetEncryption or
            DatabaseEnvironmentConfig.SetEncryption.
              (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.) |