Click or drag to resize

MatchHeaderExtraInfo Property

Integer specifying special information for the match. Can be one of the following:
  • 1 – Soccer match played 2*40 minutes (+2*10 minutes extra time)
  • 2 – Tennis no advantage rule, super tie break to 10 points
  • 3 – Tennis no advantage rule, super tie break to 7 points
  • 4 – Tennis no advantage rule, no super tie break
  • 5 – Tennis advantage rule, super tie break to 10 points
  • 6 – Tennis advantage rule, super tie break to 7 points
  • 7 – Basketball 12 minute periods
  • 8 – Volleyball best of 3 sets
  • 9 - Soccer match played 2*35 minutes (+2* 5 minutes extra time)
  • 10 - Soccer match played 2*30 minutes (+2* 5 minutes extra time)
  • 11 - Soccer match played 2*25 minutes (+2* 5 minutes extra time)
  • 12 - Ice hockey 10 minutes extra time periods
  • 13 - Ice hockey 20 minutes extra time periods
  • 14 – Futsal match played 2*25 minutes (+2* 5 minutes extra time)
Tennis advantage rule is when games must be won by at least 2 points (i.e. the use of deuce and advantage player X). In doubles matches advantage rule is usually not used. Super tie break in tennis is when the last set is a special tie break set.

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public int? ExtraInfo { get; }

Property Value

NullableInt32
See Also