Specifies the type of verification to perform

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

Syntax

C#
public enum VerifyOperation
Visual Basic (Declaration)
Public Enumeration VerifyOperation
Visual C++
public enum class VerifyOperation

Members

Member nameDescription
DEFAULT
Perform database checks and check sort order
ORDER_CHECK_ONLY
Perform the database checks for btree and duplicate sort order and for hashing
NO_ORDER_CHECK
Skip the database checks for btree and duplicate sort order and for hashing.

See Also