Table of Contents

Interface IUofUsageConfiguration

Namespace
Sportradar.OddsFeed.SDK.Api.Config
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract implemented by classes representing additional uof sdk configuration / settings

public interface IUofUsageConfiguration

Properties

ExportIntervalInSec

Get the interval in seconds in which the usage metrics are exported

int ExportIntervalInSec { get; }

Property Value

int

ExportTimeoutInSec

Get the timeout for exporting usage metrics

int ExportTimeoutInSec { get; }

Property Value

int

Host

Get the host to which the usage metrics are exported

string Host { get; }

Property Value

string

IsExportEnabled

Indicates if the sdk usage (metrics) export is enabled

bool IsExportEnabled { get; }

Property Value

bool

Remarks

Default value is true