DatabaseEnvironmentConfig Properties

BerkeleyDB

The DatabaseEnvironmentConfig type exposes the following members.

Properties

  NameDescription
EncryptAlgorithm
The algorithm used to perform encryption and decryption.
EncryptionPassword
The password used to perform encryption and decryption.
LockTimeout
A value, in microseconds, representing lock timeouts.
MaxTransactions
The number of active transactions supported by the environment. This value bounds the size of the memory allocated for transactions. Child transactions are counted as active until they either commit or abort.
ThreadCount
An approximate number of threads in the database environment.
TxnTimeout
A value, in microseconds, representing transaction timeouts.
TxnTimestamp
Recover to the time specified by timestamp rather than to the most current possible date.

See Also