IRegionTKey, TValueStatistics Property |
Returns the statistics for this region.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxCacheStatistics Statistics { get; }
ReadOnly Property Statistics As CacheStatistics
Get
property CacheStatistics^ Statistics {
CacheStatistics^ get ();
}
abstract Statistics : CacheStatistics with get
Return Value
Type:
CacheStatisticsthe
CacheStatistics for this region
Exceptions
See Also