DoChecksum Field

BerkeleyDB

If true, do checksum verification of pages read into the cache from the backing filestore.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool DoChecksum
Visual Basic (Declaration)
Public DoChecksum As Boolean
Visual C++
public:
bool DoChecksum

Remarks

Berkeley DB uses the SHA1 Secure Hash Algorithm if encryption is configured and a general hash algorithm if it is not.

If the database already exists, this setting will be ignored.

See Also