Table of Contents

Interface IUofAdditionalConfiguration

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 IUofAdditionalConfiguration

Properties

OmitMarketMappings

Indicates if the market mapping should be included when requesting market descriptions from API

bool OmitMarketMappings { get; }

Property Value

bool

Remarks

False - market mappings are included (default)

StatisticsInterval

Gets the timeout for automatically collecting statistics

TimeSpan StatisticsInterval { get; }

Property Value

TimeSpan