QuantaLevelStatistic Enumeration

Solclient

QuantaLevelStatistic Enumeration
version: 7.2.1.27
The statistics associated with message memory management at the quanta level.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public enum QuantaLevelStatistic
Public Enumeration QuantaLevelStatistic
public enum class QuantaLevelStatistic
Members
  Member nameValueDescription
CurrentNumOfFreeDataBlocks10 The current number of free data blocks (of the specified quanta size from 0 to 4).
CurentNumOfAllocatedDataBlocks11 The current number of allocated data blocks (of the specified quanta size). Quanta 5 indicates messages currently allocated that are larger than maximum quanta size.
See Also