XmlContainerConfig::setChecksum

#include <DbXml.hpp>

void XmlContainerConfig::setChecksum(bool value) 

Sets whether to do checksum verification of pages read into the cache from the backing filestore. Berkeley DB XML uses the SHA1 Secure Hash Algorithm if encryption is configured and a general hash algorithm if it is not. The default value is false.

Parameters

value

Set to true to perform checksum verification.

Class

XmlContainerConfig

See Also

XmlContainerConfig Methods