Class MatchUpdate
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Match information message. Contains statistical information about a match as well as individual events (e.g. goals, cards, etc.).
[Serializable]
public class MatchUpdate : ScoutEntityBase
- Inheritance
-
MatchUpdate
- Inherited Members
Properties
Attacks
Attacks statistics.
public HomeAway<int> Attacks { get; }
Property Value
Behinds
Gets the behinds
public Behinds Behinds { get; }
Property Value
BlackCards
Black cards (badminton)
public HomeAway<int> BlackCards { get; }
Property Value
Category
Sport category.
public IdNameTuple Category { get; }
Property Value
Corners
Corner statistics.
public HomeAway<int> Corners { get; }
Property Value
Court
Type of court.
public Court Court { get; }
Property Value
DangerousAttacks
Dangerous attack statistics.
public HomeAway<int> DangerousAttacks { get; }
Property Value
DirectFoulsPeriod
Direct fouls for current period statistics (futsal).
public HomeAway<int> DirectFoulsPeriod { get; }
Property Value
DirectFreeKicks
Direct free kicks statistics (futsal).
public HomeAway<int> DirectFreeKicks { get; }
Property Value
Events
List of scout events.
public List<ScoutEvent> Events { get; }
Property Value
Fouls
public HomeAway<int> Fouls { get; }
Property Value
FreeKicks
Free kick statistics.
public HomeAway<int> FreeKicks { get; }
Property Value
FreeThrows
Free throws statistics.
public HomeAway<int> FreeThrows { get; }
Property Value
GoalKicks
Goal kick statistics.
public HomeAway<int> GoalKicks { get; }
Property Value
GoalkeeperSaves
Goal keeper saves statistics.
public HomeAway<int> GoalkeeperSaves { get; }
Property Value
Goals
Gets the goals
public Goals Goals { get; }
Property Value
Gold
Gets the gold.
public Gold Gold { get; }
Property Value
GreenCards
Green card statistics.
public HomeAway<int> GreenCards { get; }
Property Value
IceConditions
Ice conditions
public IceConditions? IceConditions { get; }
Property Value
Injuries
Injuries statistics.
public HomeAway<int> Injuries { get; }
Property Value
Innings
Innings
public List<Innings> Innings { get; }
Property Value
IsTieBreak
Whether the match is currently in tie break status (tennis).
public bool? IsTieBreak { get; }
Property Value
- bool?
Jerseys
Gets the jerseys
public List<Jersey> Jerseys { get; }
Property Value
KickoffTeam
Kickoff team
public Team? KickoffTeam { get; }
Property Value
- Team?
KickoffTeamFirstHalf
Kickoff team
public Team? KickoffTeamFirstHalf { get; }
Property Value
- Team?
KickoffTeamOt
Kickoff team
public Team? KickoffTeamOt { get; }
Property Value
- Team?
KickoffTeamSecondHalf
Kickoff team
public Team? KickoffTeamSecondHalf { get; }
Property Value
- Team?
MatchFormat
Match format
public List<Format> MatchFormat { get; }
Property Value
MatchHeader
Basic match information.
public MatchHeader MatchHeader { get; }
Property Value
MatchStatus
Current match status. Same status codes as in LiveOdds and LiveScore.
public ScoutMatchStatus MatchStatus { get; }
Property Value
MatchStatusId
Current match status id. Same status codes as in LiveOdds and LiveScore.
public int MatchStatusId { get; }
Property Value
MatchStatusStart
Time stamp for when match status was set in UTC.
public DateTime MatchStatusStart { get; }
Property Value
Networth
Gets the networth
public Networth Networth { get; }
Property Value
Offsides
Offside statistics.
public HomeAway<int> Offsides { get; }
Property Value
OpeningFaceoff1StPeriod
Opening faceoff 1st period
public Team? OpeningFaceoff1StPeriod { get; }
Property Value
- Team?
OpeningFaceoff2NdPeriod
Opening faceoff 2nd period
public Team? OpeningFaceoff2NdPeriod { get; }
Property Value
- Team?
OpeningFaceoff3RdPeriod
Opening faceoff 3rd period
public Team? OpeningFaceoff3RdPeriod { get; }
Property Value
- Team?
OpeningFaceoffOvertime
Opening faceoff overtime
public Team? OpeningFaceoffOvertime { get; }
Property Value
- Team?
Penalties
Penalties statistics.
public HomeAway<int> Penalties { get; }
Property Value
PitchConditions
Pitch / grass conditions.
public PitchConditions PitchConditions { get; }
Property Value
Possession
Ball possession statistics.
public HomeAway<int?> Possession { get; }
Property Value
PossessionTeam
Which team currently has possession of the ball.
public Team PossessionTeam { get; }
Property Value
Properties
Match properties
public List<MatchProperty> Properties { get; }
Property Value
RedCards
Red card statistics.
public HomeAway<int> RedCards { get; }
Property Value
Score
Match score information.
[Obsolete("Use List<Score> Scores instead. It may contain SubScores - i.e. for tennis tie breaks")]
public IDictionary<string, HomeAway<double>> Score { get; }
Property Value
Scores
Gets the match scores
public List<Score> Scores { get; }
Property Value
Scout
Scout
public Scout Scout { get; }
Property Value
Serve
Which player/team currently has the serve (tennis, volleyball).
public Team Serve { get; }
Property Value
ShotsBlocked
Shots blocked statistics.
public HomeAway<int> ShotsBlocked { get; }
Property Value
ShotsOffTarget
Shots off target statistics.
public HomeAway<int> ShotsOffTarget { get; }
Property Value
ShotsOnTarget
Shots on target statistics.
public HomeAway<int> ShotsOnTarget { get; }
Property Value
Sport
Type of sport.
public IdNameTuple Sport { get; }
Property Value
SubTeam
Sub team.
[Obsolete("SubTeam is deprecated. Use Subteams instead.")]
public SubTeam SubTeam { get; }
Property Value
SubTeams
Sub team.
public List<SubTeam> SubTeams { get; }
Property Value
SurfaceType
Surface type (tennis).
public SurfaceType SurfaceType { get; }
Property Value
Suspensions
Suspensions statistics.
public Suspensions Suspensions { get; }
Property Value
Teams
Match teams
public List<MatchTeam> Teams { get; }
Property Value
Throwins
Throw-in statistics.
public HomeAway<int> Throwins { get; }
Property Value
Tournament
Sport tournament.
public IdNameTuple Tournament { get; }
Property Value
TryCounts
public Dictionary<TryCountType, HomeAway<int>> TryCounts { get; }
Property Value
WeatherConditions
Weather conditions.
public WeatherConditions WeatherConditions { get; }
Property Value
YellowCards
Yellow cards statistics.
public HomeAway<int> YellowCards { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.