The QueueDatabaseConfig type exposes the following members.

Properties

  NameDescription
EncryptAlgorithm
The algorithm used to perform encryption and decryption.
(Inherited from DatabaseConfig.)
Encrypted
Encrypt the database using the cryptographic password specified by DatabaseConfig.SetEncryption or DatabaseEnvironmentConfig.SetEncryption.
(Inherited from DatabaseConfig.)
EncryptionPassword
The password used to perform encryption and decryption.
(Inherited from DatabaseConfig.)
ExtentSize
The size of the extents used to hold pages in a QueueDatabase, specified as a number of pages.
Length
Specify the length of records in the database.
PadByte
The padding character for short, fixed-length records.
PageSize
The size of the pages used to hold items in the database, in bytes.
(Inherited from DatabaseConfig.)

See Also