Click or drag to resize

SdkConfigurationLiveOddsLivePlex Class

SDK configuration element with LivePlex feed provider settings.
Inheritance Hierarchy

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class SdkConfigurationLiveOddsLivePlex : SdkConfigurationLiveOdds

The SdkConfigurationLiveOddsLivePlex type exposes the following members.

Properties
 NameDescription
Public propertyAlertLogLevel Specifies log level threshold used while logging alert messages. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyBetTypeLanguages List of languages for meta-data, separated by ';' (e.g. en;de)
(Inherited from SdkConfigurationLiveOdds)
Public propertyBookmakerId Bookmaker (client) id.
(Inherited from SdkConfigurationLiveFeed)
Public propertyBookmakerKey Bookmaker key (overrides IProtocolData)
(Inherited from SdkConfigurationLiveOdds)
Public propertyCleanupInterval Clean-up interval.
(Inherited from SdkConfigurationLiveOdds)
Public propertyCleanupMaxAge Clean-up max-age.
(Inherited from SdkConfigurationLiveOdds)
Public propertyClientAliveMsgTimeout Client alive message timeout.
(Inherited from SdkConfigurationLiveFeed)
Public propertyClientInteractionLogLevel Specifies log level threshold used while logging client interaction messages. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyConfigLogLevel Specifies log level threshold used while logging configuration settings used by client (server and local). Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyDeadLetterLogLevel Specifies log level threshold used while logging dead letter messages. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyErrorRecoveryDelay Error recovery kicks-in this amount of time after "alive".
(Inherited from SdkConfigurationLiveOdds)
Public propertyErrorRecoveryMaxChunkSize Max chunk size for an error recovery.
(Inherited from SdkConfigurationLiveOdds)
Public propertyEventRequestLimiterInterval MatchRequest limiter (interval).
(Inherited from SdkConfigurationLiveFeed)
Public propertyEventRequestLimiterNumber MatchRequest limiter (number).
(Inherited from SdkConfigurationLiveFeed)
Public propertyHostname Host name (overrides automatic defaults for servers)
(Inherited from SdkConfigurationLiveFeed)
Public propertyInsecure Whether insecure version of the connection provider should be used that doesn't check the SSL server certificate thumbprint. Implicitly set by SafeMode.
(Inherited from SdkConfigurationLiveFeed)
Public propertyInvalidDataReconnectWait Delay before we try reconnecting to server after we got invalid data.
(Inherited from SdkConfigurationLiveFeed)
Public propertyInvalidMsgLogLevel Specifies log level threshold used while logging invalid/corrupt messages. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyIsInitialized Is section initialized?
(Inherited from SdkConfigurationLiveOdds)
Public propertyLanguages List of languages, separated by ';' (e.g. en;de)
(Inherited from SdkConfigurationLiveOdds)
Public propertyLocalizeOdds Localize odds.
(Inherited from SdkConfigurationLiveOdds)
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Public propertyLoggingFeedName Prefix used to indicate feed
(Inherited from ConfigurationElementFeed)
Public propertyLoginLimiterInterval Login limiter (interval).
(Inherited from SdkConfigurationLiveFeed)
Public propertyLoginLimiterNumber Login limiter (number).
(Inherited from SdkConfigurationLiveFeed)
Public propertyMaxMetaRequestInterval Max interval when requesting meta-information about all matches.
(Inherited from SdkConfigurationLiveOdds)
Public propertyMaxReconnectWait Delay before we try reconnecting to server after we got disconnected (max, overrides automatic defaults for servers)
(Inherited from SdkConfigurationLiveFeed)
Public propertyMaxRequestEventIds Max number of match ids that a client can specify in any request.
(Inherited from SdkConfigurationLiveFeed)
Public propertyMaxRequestTimeAllowance Maximum amount of time for request response
(Inherited from SdkConfigurationLiveFeed)
Public propertyMaxServerTimestampAge Server timestamp is only usable to us if it is not outdated so that we can interpolate between two successive server timestamps.
(Inherited from SdkConfigurationLiveFeed)
Public propertyMaxTimeSkew Maximum time difference between local time and server time. When detected time skew is over this limit the connection to the server will be immediately dropped and a reconnect attempted. Usual time skew values should be:
  1. 10 minutes when no time synchronization is performed
  2. 5 seconds (if NTP protocol is used for time synchronization)
  3. TimeSpan.Zero means the setting is off (which is the default in SafeMode)

(Inherited from SdkConfigurationLiveFeed)
Public propertyMetaLanguages List of languages for meta-data, separated by ';' (e.g. en;de)
(Inherited from SdkConfigurationLiveOdds)
Public propertyMinReconnectWait Delay before we try reconnecting to server after we got disconnected (min, overrides automatic defaults for servers)
(Inherited from SdkConfigurationLiveFeed)
Public propertyPort Port number (overrides automatic defaults for servers)
(Inherited from SdkConfigurationLiveFeed)
Public propertyReceiveBufferSize Receive buffer size for one line of message (overrides automatic defaults for servers)
(Inherited from ConfigurationElementFeed)
Public propertyReceiveTimeout Amount of time to wait for (socket) receive operation to complete successfully.
(Inherited from SdkConfigurationLiveFeed)
Public propertyRequestLimiterInterval Request limiter (interval).
(Inherited from SdkConfigurationLiveFeed)
Public propertyRequestLimiterNumber Request limiter (number).
(Inherited from SdkConfigurationLiveFeed)
Public propertyRestartOnParseError If true, the feed will reconnect on any parse error
(Inherited from SdkConfigurationLiveFeed)
Public propertySchemaValidationStrictness Schema validation strictness. 0 = OFF, 1=ON, 2=STRICT, 3=VERY_STRICT Default = 1
(Inherited from ConfigurationElementFeed)
Public propertySendTimeout Amount of time to wait for (socket) send operation to complete successfully.
(Inherited from SdkConfigurationLiveFeed)
Public propertyServerAliveMsgTimeout Server alive message timeout.
(Inherited from SdkConfigurationLiveFeed)
Public propertySSLThumbprint Optional SSL server certificate thumbprint (overrides automatic defaults for servers)
(Inherited from SdkConfigurationLiveFeed)
Public propertyStatsLogLevel Specifies log level threshold used while logging SDK statistics. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyTest Whether we should connect to development/test server instead of production one. Cannot be used for LiveOddsVfl and BetPal.
(Inherited from SdkConfigurationLiveFeed)
Public propertyTimeKeeperMaxSamples TimeKeeper should keep that many samples.
(Inherited from SdkConfigurationLiveFeed)
Public propertyTotalBufferSize Total message buffer size (overrides automatic defaults for servers)
(Inherited from ConfigurationElementFeed)
Public propertyTrafficLogLevel Specifies log level threshold used while logging incoming and outgoing traffic (live feed messages). Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
Public propertyUseSSL Whether SSL sockets should be used for communication (overrides automatic defaults for servers). Cannot be used for LiveScout.
(Inherited from SdkConfigurationLiveFeed)
Top
Methods
 NameDescription
Public methodEqualsCompares the current ConfigurationElement instance to the specified object.
(Inherited from ConfigurationElement)
Public methodGetHashCodeGets a unique value representing the current ConfigurationElement instance.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReadOnly
(Inherited from SdkConfigurationLiveFeed)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also