Berkeley DB .NET API Documentation |
SecondaryHashDatabaseConfig Properties |
SecondaryHashDatabaseConfig Class See Also |
The SecondaryHashDatabaseConfig type exposes the following members.
Properties
Name | Description | |
---|---|---|
EncryptAlgorithm |
The algorithm used to perform encryption and decryption.
(Inherited from DatabaseConfig.) | |
EncryptionPassword |
The password used to perform encryption and decryption.
(Inherited from DatabaseConfig.) | |
FillFactor |
The desired density within the hash table. If no value is specified,
the fill factor will be selected dynamically as pages are filled.
| |
ForeignKeyDatabase | (Inherited from SecondaryDatabaseConfig.) | |
ForeignKeyNullfier | (Inherited from SecondaryDatabaseConfig.) | |
KeyGen |
The delegate that creates the set of secondary keys corresponding to
a given primary key and data pair.
(Inherited from SecondaryDatabaseConfig.) | |
OnForeignKeyDelete | (Inherited from SecondaryDatabaseConfig.) | |
PageSize |
The size of the pages used to hold items in the database, in bytes.
(Inherited from DatabaseConfig.) | |
Primary |
All updates to Primary will be automatically reflected in the
secondary and all reads from the secondary will return corresponding
data from Primary.
(Inherited from SecondaryDatabaseConfig.) | |
TableSize |
An estimate of the final size of the hash table.
|