Table of Contents

Interface IMatchStatistics

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for classes implementing match specific statistics

public interface IMatchStatistics : ICompetitionStatistics

Properties

PeriodStatistics

Gets the list of separate period statistics

IEnumerable<IPeriodStatistics> PeriodStatistics { get; }

Property Value

IEnumerable<IPeriodStatistics>

The list of separate period statistics

TotalStatistics

Gets the list of complete team statistics data

IEnumerable<ITeamStatistics> TotalStatistics { get; }

Property Value

IEnumerable<ITeamStatistics>

The list of complete team statistics data

See Also