Table of Contents

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

HomeAway<int>

Behinds

Gets the behinds

public Behinds Behinds { get; }

Property Value

Behinds

BlackCards

Black cards (badminton)

public HomeAway<int> BlackCards { get; }

Property Value

HomeAway<int>

Category

Sport category.

public IdNameTuple Category { get; }

Property Value

IdNameTuple

Corners

Corner statistics.

public HomeAway<int> Corners { get; }

Property Value

HomeAway<int>

Court

Type of court.

public Court Court { get; }

Property Value

Court

DangerousAttacks

Dangerous attack statistics.

public HomeAway<int> DangerousAttacks { get; }

Property Value

HomeAway<int>

DirectFoulsPeriod

Direct fouls for current period statistics (futsal).

public HomeAway<int> DirectFoulsPeriod { get; }

Property Value

HomeAway<int>

DirectFreeKicks

Direct free kicks statistics (futsal).

public HomeAway<int> DirectFreeKicks { get; }

Property Value

HomeAway<int>

Events

List of scout events.

public List<ScoutEvent> Events { get; }

Property Value

List<ScoutEvent>

Fouls

public HomeAway<int> Fouls { get; }

Property Value

HomeAway<int>

FreeKicks

Free kick statistics.

public HomeAway<int> FreeKicks { get; }

Property Value

HomeAway<int>

FreeThrows

Free throws statistics.

public HomeAway<int> FreeThrows { get; }

Property Value

HomeAway<int>

GoalKicks

Goal kick statistics.

public HomeAway<int> GoalKicks { get; }

Property Value

HomeAway<int>

GoalkeeperSaves

Goal keeper saves statistics.

public HomeAway<int> GoalkeeperSaves { get; }

Property Value

HomeAway<int>

Goals

Gets the goals

public Goals Goals { get; }

Property Value

Goals

Gold

Gets the gold.

public Gold Gold { get; }

Property Value

Gold

GreenCards

Green card statistics.

public HomeAway<int> GreenCards { get; }

Property Value

HomeAway<int>

IceConditions

Ice conditions

public IceConditions? IceConditions { get; }

Property Value

IceConditions?

Injuries

Injuries statistics.

public HomeAway<int> Injuries { get; }

Property Value

HomeAway<int>

Innings

Innings

public List<Innings> Innings { get; }

Property Value

List<Innings>

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

List<Jersey>

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

List<Format>

MatchHeader

Basic match information.

public MatchHeader MatchHeader { get; }

Property Value

MatchHeader

MatchStatus

Current match status. Same status codes as in LiveOdds and LiveScore.

public ScoutMatchStatus MatchStatus { get; }

Property Value

ScoutMatchStatus

MatchStatusId

Current match status id. Same status codes as in LiveOdds and LiveScore.

public int MatchStatusId { get; }

Property Value

int

MatchStatusStart

Time stamp for when match status was set in UTC.

public DateTime MatchStatusStart { get; }

Property Value

DateTime

Networth

Gets the networth

public Networth Networth { get; }

Property Value

Networth

Offsides

Offside statistics.

public HomeAway<int> Offsides { get; }

Property Value

HomeAway<int>

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

HomeAway<int>

PitchConditions

Pitch / grass conditions.

public PitchConditions PitchConditions { get; }

Property Value

PitchConditions

Possession

Ball possession statistics.

public HomeAway<int?> Possession { get; }

Property Value

HomeAway<int?>

PossessionTeam

Which team currently has possession of the ball.

public Team PossessionTeam { get; }

Property Value

Team

Properties

Match properties

public List<MatchProperty> Properties { get; }

Property Value

List<MatchProperty>

RedCards

Red card statistics.

public HomeAway<int> RedCards { get; }

Property Value

HomeAway<int>

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

IDictionary<string, HomeAway<double>>

Scores

Gets the match scores

public List<Score> Scores { get; }

Property Value

List<Score>

The match scores

Scout

Scout

public Scout Scout { get; }

Property Value

Scout

Serve

Which player/team currently has the serve (tennis, volleyball).

public Team Serve { get; }

Property Value

Team

ShotsBlocked

Shots blocked statistics.

public HomeAway<int> ShotsBlocked { get; }

Property Value

HomeAway<int>

ShotsOffTarget

Shots off target statistics.

public HomeAway<int> ShotsOffTarget { get; }

Property Value

HomeAway<int>

ShotsOnTarget

Shots on target statistics.

public HomeAway<int> ShotsOnTarget { get; }

Property Value

HomeAway<int>

Sport

Type of sport.

public IdNameTuple Sport { get; }

Property Value

IdNameTuple

SubTeam

Sub team.

[Obsolete("SubTeam is deprecated. Use Subteams instead.")]
public SubTeam SubTeam { get; }

Property Value

SubTeam

SubTeams

Sub team.

public List<SubTeam> SubTeams { get; }

Property Value

List<SubTeam>

The match scores

SurfaceType

Surface type (tennis).

public SurfaceType SurfaceType { get; }

Property Value

SurfaceType

Suspensions

Suspensions statistics.

public Suspensions Suspensions { get; }

Property Value

Suspensions

Teams

Match teams

public List<MatchTeam> Teams { get; }

Property Value

List<MatchTeam>

Throwins

Throw-in statistics.

public HomeAway<int> Throwins { get; }

Property Value

HomeAway<int>

Tournament

Sport tournament.

public IdNameTuple Tournament { get; }

Property Value

IdNameTuple

TryCounts

public Dictionary<TryCountType, HomeAway<int>> TryCounts { get; }

Property Value

Dictionary<TryCountType, HomeAway<int>>

WeatherConditions

Weather conditions.

public WeatherConditions WeatherConditions { get; }

Property Value

WeatherConditions

YellowCards

Yellow cards statistics.

public HomeAway<int> YellowCards { get; }

Property Value

HomeAway<int>

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.