If non-null, the stopping point for compaction. For a Btree or Recno database compaction will stop at the page with the smallest key greater than stop. For a Hash database compaction will stop in the bucked specified by the integer stored in stop. If null, compaction will stop at the end of the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.0

Syntax

C#
public DatabaseEntry stop
Visual Basic (Declaration)
Public stop As DatabaseEntry
Visual C++
public:
DatabaseEntry^ stop

See Also