Click or drag to resize

SdkConfigurationCommonOldLogCleanupInterval Property

Old log clean-up interval.

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

Property Value

TimeSpan
Remarks
How often the clean up task is invoked.
See Also