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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint Size { get; }
Public ReadOnly Property Size As UInteger
Get
public:
property unsigned int Size {
unsigned int get ();
}
member Size : uint32 with get
Return Value
Type:
UInt32number of entries in the region
See Also