Enum QueueLimitType
- Namespace
- Sportradar.LiveData.Sdk.Common.Interfaces
- Assembly
- Sportradar.LiveData.Sdk.dll
Type of queue size limit
public enum QueueLimitType
Fields
HIGH = 2High threshold (almost at the full capacity)
LOW = 1Queue size at low threshold (reason for being worried)
NORMAL = 0Queue size below low threshold (not getting filled up)