HashStats Members

BerkeleyDB

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

See Also