The HeapStats 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
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.

See Also