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: 2.7.0.1
Syntax
| C# |
|---|
public uint Size{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Size As UInteger |
| Visual C++ |
|---|
public: property unsigned int Size { unsigned int get (); } |
Return Value
number of entries in the region
See Also
Region Class
GemStone.GemFire.Cache Namespace