RegionEntryStatistics Property |
Returns the statistics for this entry.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic CacheStatistics Statistics { get; }
Public ReadOnly Property Statistics As CacheStatistics
Get
public:
property CacheStatistics^ Statistics {
CacheStatistics^ get ();
}
member Statistics : CacheStatistics with get
Return Value
Type:
CacheStatisticsthe CacheStatistics for this entry
Exceptions
See Also