Aydsko iRacing Data API
Show / Hide Table of Contents

Class DriverStatisticsCsvFile

Represents a comma separated value (CSV) file containing statistics about a category of drivers.

Inheritance
object
DriverStatisticsCsvFile
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Stats
Assembly: Aydsko.iRacingData.dll
Syntax
public class DriverStatisticsCsvFile

Properties

CategoryId

The Category Id value used to retrieve these statistics.

Declaration
public int CategoryId { get; set; }
Property Value
Type Description
int

ContentBytes

Content of the CSV file.

Declaration
public byte[] ContentBytes { get; set; }
Property Value
Type Description
byte[]

FileName

The name of the file.

Declaration
public string FileName { get; set; }
Property Value
Type Description
string

See Also

GetDriverStatisticsByCategoryCsvAsync(int, CancellationToken)
Category
In this article
Back to top Generated by DocFX