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 QueueStats FastStats()
Visual Basic (Declaration)
Public Function FastStats As QueueStats
Visual C++
public:
QueueStats^ FastStats()

Return Value

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

See Also