The HeapStats type exposes the following members.
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
Name | Description | |
---|---|---|
MagicNumber |
Magic number that identifies the file as a Heap file.
| |
MetadataFlags |
Reports internal flags. For internal use only.
| |
nPages |
The number of pages in the database.
| |
nRecords |
Reports the number of records in the Heap database.
| |
nRegions |
The number of regions in the Heap database.
| |
PageSize |
The underlying database page (and bucket) size, in bytes.
| |
RegionSize |
The region size of the Heap database.
| |
Version |
The version of the Heap database.
|