Table of Contents

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

QueueStats

HourlyStats

Queue statistics accumulated in the current hour

public QueueStats HourlyStats { get; }

Property Value

QueueStats

MinutelyStats

Queue statistics accumulated in the current minute

public QueueStats MinutelyStats { get; }

Property Value

QueueStats

PrevDailyStats

Queue statistics from the last day.

public QueueStats PrevDailyStats { get; }

Property Value

QueueStats

Remarks

All previous statistics are discarded.

PrevHourlyStats

Queue statistics from the last hour.

public QueueStats PrevHourlyStats { get; }

Property Value

QueueStats

Remarks

All previous statistics are discarded.

PrevMinutelyStats

Queue statistics from the last minute.

public QueueStats PrevMinutelyStats { get; }

Property Value

QueueStats

Remarks

All previous statistics are discarded.

QueueName

Queue name

public string QueueName { get; }

Property Value

string

TotalStats

Queue statistics accumulated from the last stats reset

public QueueStats TotalStats { get; }

Property Value

QueueStats

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.