If non-null, the starting point for compaction. For a Btree or
Recno database compaction starts at the smallest key greater
than or equal to the starting point. For a Hash database,
compaction starts in the bucket specified by the integer stored
in the starting point. If null, compaction starts at the
beginning of the database.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public DatabaseEntry start |
Visual Basic (Declaration) |
---|
Public start As DatabaseEntry |
Visual C++ |
---|
public: DatabaseEntry^ start |