Click or drag to resize

IOddsFeedConfiguration Interface

Defines a contract implemented by classes representing odds feed configuration / settings

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IOddsFeedConfiguration

The IOddsFeedConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyAccessToken Gets the access token used when accessing feed's REST interface
Public propertyAdjustAfterAge Gets a value indicating whether the after age should be adjusted before executing recovery request
Public propertyApiHost Gets a host name of the Sports API
Public propertyDefaultLocale Gets a CultureInfo specifying default locale to which translatable values will be translated
Public propertyDisabledProducers Gets the comma delimited list of ids of disabled producers (default: none)
Public propertyEnvironment Gets the SdkEnvironment value specifying the environment to which to connect.
Public propertyExceptionHandlingStrategy Gets the exception handling strategy
Public propertyHost Gets a value specifying the host name of the AQMP broker
Public propertyHttpClientTimeout Gets a value specifying timeout set for HTTP responses
Public propertyInactivitySeconds Gets the maximum allowed timeout in seconds, between consecutive AMQP messages associated with the same producer. If this value is exceeded, the producer is considered to be down
Public propertyLocales Gets a IEnumerableT specifying locales (languages) to which translatable values will be translated
Public propertyMaxRecoveryTime Gets the maximum recovery time
Public propertyMinIntervalBetweenRecoveryRequests Gets the minimal interval between recovery requests initiated by alive messages (seconds)
Public propertyNodeId Gets the node identifier
Public propertyPassword Gets the password for connecting to the AQMP broker
Public propertyPort Gets the port used for connecting to the AQMP broker
Public propertyRecoveryHttpClientTimeout Gets a value specifying timeout set for recovery HTTP responses
Public propertyUseApiSsl Gets a value indicating whether the connection to Sports API should use SSL
Public propertyUsername Gets the user name for connecting to the AQMP broker
Public propertyUseSsl Gets a value specifying whether the connection to AMQP broker should use SSL encryption
Public propertyVirtualHost Gets a value specifying the virtual host of the AQMP broker
Top
See Also