Get the number of buckets used by the HashSet.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public uint BucketCount{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BucketCount As UInteger |
| Visual C++ |
|---|
public: property unsigned int BucketCount { unsigned int get (); } |
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace