The HeapDatabaseConfig type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MaxSize
Set the maximum on-disk database file size used by the database. Attempts to update or create records in a database that have reached this file size limit throw a HeapFullException. If this value is not set, the database file size can grow infinitely.
SetEncryption
Set the password and algorithm used by the Berkeley DB library to perform encryption and decryption.
(Inherited from DatabaseConfig.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also