Number of hash buckets.

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

Syntax

C#
public uint HashBuckets { get; }
Visual Basic (Declaration)
Public ReadOnly Property HashBuckets As UInteger
Visual C++
public:
property unsigned int HashBuckets {
	unsigned int get ();
}

See Also