The BTreeDatabaseConfig type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (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.) | |
SetCompression | Overloaded. | |
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 | (Inherited from Object.) |