Return the database statistical information which does not require
            traversal of the database.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public HashStats FastStats()  | 
| Visual Basic (Declaration) | 
|---|
Public Function FastStats As HashStats  | 
| Visual C++ | 
|---|
public: HashStats^ FastStats()  |