CompactData Members

BerkeleyDB

The CompactData type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Deadlocks
If no Transaction parameter was specified, the number of deadlocks which occurred.
End
The database key marking the end of the compaction operation. This is generally the first key of the page where the operation stopped and is only non-null if returnEnd was true.
Levels
The number of levels removed from the Btree or Recno database during the compaction phase.
PagesExamined
The number of database pages reviewed during the compaction phase.
PagesFreed
The number of database pages freed during the compaction phase.
PagesTruncated
The number of database pages returned to the filesystem.

See Also