Interface IUofConfiguration
- Namespace
- Sportradar.OddsFeed.SDK.Api.Config
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing uof sdk configuration / settings
public interface IUofConfiguration
Properties
AccessToken
Gets the access token used when accessing feed's REST interface
string AccessToken { get; }
Property Value
Additional
Gets the additional settings
IUofAdditionalConfiguration Additional { get; }
Property Value
Api
Gets the settings used for Sports API connection
IUofApiConfiguration Api { get; }
Property Value
BookmakerDetails
Gets the bookmaker details
IBookmakerDetails BookmakerDetails { get; }
Property Value
- IBookmakerDetails
The bookmaker details
Cache
Gets the settings used for sdk caches
IUofCacheConfiguration Cache { get; }
Property Value
DefaultLanguage
Gets a CultureInfo specifying default languages to which translatable values will be translated
CultureInfo DefaultLanguage { get; }
Property Value
Environment
Gets the SdkEnvironment value specifying the environment to which to connect.
SdkEnvironment Environment { get; }
Property Value
ExceptionHandlingStrategy
Gets the exception handling strategy
ExceptionHandlingStrategy ExceptionHandlingStrategy { get; }
Property Value
Languages
Gets a IEnumerable<T> specifying languages to which translatable values will be translated
List<CultureInfo> Languages { get; }
Property Value
NodeId
Gets the node identifier
int NodeId { get; }
Property Value
Remarks
MTS customer must set this value! Use only positive numbers; negative are reserved for internal use.
Producer
Gets the settings used for producer handling
IUofProducerConfiguration Producer { get; }
Property Value
Rabbit
Gets the settings used for rabbit connection
IUofRabbitConfiguration Rabbit { get; }
Property Value
Usage
Gets the settings for usage exporter
IUofUsageConfiguration Usage { get; }