The HeapStats type exposes the following members.
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.
|