Returns the statistics for this region.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public CacheStatistics Statistics{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Statistics As CacheStatistics |
| Visual C++ |
|---|
public: property CacheStatistics^ Statistics { CacheStatistics^ get (); } |
Return Value
the CacheStatistics for this region
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::StatisticsDisabledException | if statistics have been disabled for this region |
See Also
Region Class
GemStone.GemFire.Cache Namespace