Return the database statistical information which does not require traversal of the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet62 (in libdb_dotnet62.dll) Version: 6.2.32.0

Syntax

C#
public HeapStats FastStats()
Visual Basic (Declaration)
Public Function FastStats As HeapStats
Visual C++
public:
HeapStats^ FastStats()

Return Value

The database statistical information which does not require traversal of the database.

See Also