The DatabaseEnvironmentConfig type exposes the following members.

Properties

  NameDescription
BlobThreshold
Deprecated. Replaced by ExternalFileThreshold.
EncryptAlgorithm
The algorithm used to perform encryption and decryption.
EncryptionPassword
The password used to perform encryption and decryption.
ExternalFileThreshold
The size in bytes which is used to determine when a data item will be stored as an external file.

Any data item that is equal to or larger in size than the threshold value is automatically stored as an external file.

If the threshold value is 0, databases opened in the environment default to never using external file support.

It is illegal to enable external file support in the environment if any of TxnSnapshot, and UseMVCC is set to true.

InitDatabaseCount
The initial number of databases catered for by the Berkeley DB environment
InitDatabaseLength
The initial maximum combined length of a database's directory and name catered for by the Berkeley DB environment
InitExtFileDatabaseCount
The initial number of databases and subdatabases using external files catered for by the Berkeley DB environment
InitRepSitesCount
The initial maximum number of sites in the replication group catered for by the Berkeley DB environment.
InitThreadCount
The initial number of concurrent threads catered for by the Berkeley DB environment
InitTxnCount
The initial number of transactions catered for by the Berkeley DB environment
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