Click or drag to resize

SdkConfigurationLiveScout Class

SDK configuration element with LiveScout feed provider settings.
Inheritance Hierarchy

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

The SdkConfigurationLiveScout 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 propertyBookmakerId Bookmaker (client) id.
(Inherited from SdkConfigurationLiveFeed)
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 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?
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 propertyMatchExpireCheckInterval Specifies how frequently we should check for expiration of matches.
Public propertyMatchExpireMaxAge Specifies how long a match can not receive messages and still be actual.
Public propertyMaxMatchListInterval Timespan limit for when the scout match list is requested.
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 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 propertyScoutPassword Scout key (overrides IProtocolData)
Public propertyScoutUsername Scout username (overrides IProtocolData)
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 propertyServerTimeSyncInterval Specifies how frequently we should be requesting for the current scout server time.
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