FastStats Method

BerkeleyDB

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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

Return Value

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

See Also