Click or drag to resize

SdkConfigurationPersistentStateFlushInterval Property

Time interval to flush key value pairs into provided persistant store

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan FlushInterval { get; }

Property Value

TimeSpan
See Also