Click or drag to resize
IRegionTKey, TValueStatistics Property
Returns the statistics for this region.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
CacheStatistics Statistics { get; }

Return Value

Type: CacheStatistics
the CacheStatistics for this region
Exceptions
ExceptionCondition
StatisticsDisabledException if statistics have been disabled for this region
See Also