Number of page allocations.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet52 (in libdb_dotnet52.dll) Version: 5.2.28.0

Syntax

C#
public ulong PageAllocations { get; }
Visual Basic (Declaration)
Public ReadOnly Property PageAllocations As ULong
Visual C++
public:
property unsigned long long PageAllocations {
	unsigned long long get ();
}

See Also