StatisticDescriptorIsCounter Property |
Returns true if this statistic is a counter; false if its a gauge.
Counter statistics have values that always increase.
Gauge statistics have unconstrained values.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual sbyte IsCounter { get; }
Public Overridable ReadOnly Property IsCounter As SByte
Get
public:
virtual property signed char IsCounter {
signed char get ();
}
abstract IsCounter : sbyte with get
override IsCounter : sbyte with get
Property Value
Type:
SByte
See Also