The HashDatabaseConfig 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.)
SetEncryption
Set the password and algorithm used by the Berkeley DB library to perform encryption and decryption.
(Inherited from DatabaseConfig.)
SetPartitionByCallback
Enable database partitioning using the specified number of partitions and partition function. Return true if the specified number of partitions are successfully enabled; otherwise return false. The number of partitions to createThe name of partitioning function
SetPartitionByKeys
Enable database partitioning using the specified partition keys. Return true if partitioning is successfully enabled; otherwise return false. An array of DatabaseEntry where each array entry defines the range of key values to be stored in each partition
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also