Click or drag to resize

SdkConfigurationLiveScoutMaxMatchListInterval Property

Timespan limit for when the scout match list is requested.

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

Property Value

TimeSpan
Remarks
This is the maximum "width" of the interval [hours_back, hours_forward]. Not settable in the configuration directly.
See Also