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
ExportTimeoutInSec
Get the timeout for exporting usage metrics
int ExportTimeoutInSec { get; }
Property Value
Host
Get the host to which the usage metrics are exported
string Host { get; }
Property Value
IsExportEnabled
Indicates if the sdk usage (metrics) export is enabled
bool IsExportEnabled { get; }
Property Value
Remarks
Default value is true