Class ClientQueueStats
- Namespace
- Sportradar.LiveData.Sdk.Services.QueueStats
- Assembly
- Sportradar.LiveData.Sdk.dll
Queue statistics
[Serializable]
public sealed class ClientQueueStats
- Inheritance
-
ClientQueueStats
- Inherited Members
Properties
DailyStats
Queue statistics accumulated in the current day
public QueueStats DailyStats { get; }
Property Value
HourlyStats
Queue statistics accumulated in the current hour
public QueueStats HourlyStats { get; }
Property Value
MinutelyStats
Queue statistics accumulated in the current minute
public QueueStats MinutelyStats { get; }
Property Value
PrevDailyStats
Queue statistics from the last day.
public QueueStats PrevDailyStats { get; }
Property Value
Remarks
All previous statistics are discarded.
PrevHourlyStats
Queue statistics from the last hour.
public QueueStats PrevHourlyStats { get; }
Property Value
Remarks
All previous statistics are discarded.
PrevMinutelyStats
Queue statistics from the last minute.
public QueueStats PrevMinutelyStats { get; }
Property Value
Remarks
All previous statistics are discarded.
QueueName
Queue name
public string QueueName { get; }
Property Value
TotalStats
Queue statistics accumulated from the last stats reset
public QueueStats TotalStats { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.