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. If this value is never set, the database's file size can grow without bound. If this value is set, then the heap file can never grow larger than the limit defined by this method. In that case, attempts to update or create records in a database that has reached its maximum size will throw a HeapFullException.
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