Click or drag to resize

SdkConfigurationPersistentState Class

SDK configuration element with Persistent State provider settings (SqLite database settings).
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    Sportradar.SDK.Services.SdkConfigurationSdkConfigurationPersistentState

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

The SdkConfigurationPersistentState type exposes the following members.

Properties
 NameDescription
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 propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyExpireInterval Time interval to check for expired key value pairs stored in PersistentStateBuffer
Public propertyFlushInterval Time interval to flush key value pairs into provided persistant store
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 propertyMaxAge Max age for stored key value pairs in PersistentStateBuffer
Public propertyMaxFlushBatchSize Maximum number of key value pairs in state buffer before flushing
Public propertySqliteDatabaseDirectory Directory for the Sqlite database file
Public propertySqliteDatabaseFilename Filename for the Sqlite database file
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
(Overrides ConfigurationElementIsReadOnly)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also