Click or drag to resize
RegionSize Property
Get the size of region. For native client regions, this will give the number of entries in the local cache and not on the servers.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public uint Size { get; }

Return Value

Type: UInt32
number of entries in the region
See Also