Click or drag to resize

SdkConfigurationOddsCreator Class

SDK configuration element with OddsCreator feed provider settings.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    Sportradar.SDK.Services.SdkConfigurationConfigurationElementFeed
      Sportradar.SDK.Services.SdkConfigurationSdkConfigurationOddsCreator

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

The SdkConfigurationOddsCreator type exposes the following members.

Constructors
 NameDescription
Public methodSdkConfigurationOddsCreatorInitializes a new instance of the SdkConfigurationOddsCreator class
Top
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 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 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 propertyPassword Password
Public propertyReceiveBufferSize Receive buffer size for one line of message (overrides automatic defaults for servers)
(Inherited from ConfigurationElementFeed)
Public propertySchemaValidationStrictness Schema validation strictness. 0 = OFF, 1=ON, 2=STRICT, 3=VERY_STRICT Default = 1
(Inherited from ConfigurationElementFeed)
Public propertyStatsLogLevel Specifies log level threshold used while logging SDK statistics. Possible values are: Debug, Info, Warn, Error, Fatal
(Inherited from ConfigurationElementFeed)
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 propertyUsername Username
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 methodIsReadOnlyGets a value indicating whether the ConfigurationElement object is read-only.
(Inherited from ConfigurationElement)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also