The HashStats 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 | |
---|---|---|
BigPages |
Number of big key/data pages.
| |
BigPagesFreeBytes |
Bytes free on big item pages.
| |
BucketPagesFreeBytes |
Bytes free on bucket pages.
| |
DuplicatePages |
Number of dup pages.
| |
DuplicatePagesFreeBytes |
Bytes free on duplicate pages.
| |
FillFactor |
Fill factor specified at create.
| |
FreePages |
Pages on the free list.
| |
MagicNumber |
Magic number.
| |
MetadataFlags |
Metadata flags.
| |
nData |
Number of data items.
| |
nHashBuckets |
Number of hash buckets.
| |
nKeys |
Number of unique keys.
| |
nPages |
Page count.
| |
OverflowPages |
Number of overflow pages.
| |
OverflowPagesFreeBytes |
Bytes free on ovfl pages.
| |
PageSize |
Page size.
| |
Version |
Version number.
|