The BTreeStats 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 | |
|---|---|---|
|  | DuplicatePages | 
            Duplicate pages. 
             | 
|  | DuplicatePagesFreeBytes | 
            Bytes free in duplicate pages. 
             | 
|  | EmptyPages | 
            Empty pages. 
             | 
|  | FreePages | 
            Pages on the free list. 
             | 
|  | InternalPages | 
            Internal pages. 
             | 
|  | InternalPagesFreeBytes | 
            Bytes free in internal pages. 
             | 
|  | LeafPages | 
            Leaf pages. 
             | 
|  | LeafPagesFreeBytes | 
            Bytes free in leaf pages. 
             | 
|  | Levels | 
            Tree levels. 
             | 
|  | MagicNumber | 
            Magic number. 
             | 
|  | MetadataFlags | 
            Metadata flags. 
             | 
|  | MinKey | 
            Minkey value. 
             | 
|  | nData | 
            Number of data items. 
             | 
|  | nKeys | 
            Number of unique keys. 
             | 
|  | nPages | 
            Page count. 
             | 
|  | OverflowPages | 
            Overflow pages. 
             | 
|  | OverflowPagesFreeBytes | 
            Bytes free in overflow pages. 
             | 
|  | PageSize | 
            Page size. 
             | 
|  | Version | 
            Version number. 
             | 





