The CompactData type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (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
Properties
| Name | Description | |
|---|---|---|
|  | Deadlocks | 
            If no Transaction parameter was specified, the
            number of deadlocks which occurred. 
             | 
|  | EmptyBuckets | 
            The number of empty hash buckets that were found the compaction
            phase.
             | 
|  | 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.
             | 





