Aydsko iRacing Data API
Show / Hide Table of Contents

Class ChunkInfo

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

Properties

BaseDownloadUrl

Declaration
[JsonPropertyName("base_download_url")]
public string BaseDownloadUrl { get; set; }
Property Value
Type Description
string

ChunkFileNames

Declaration
[JsonPropertyName("chunk_file_names")]
public string[] ChunkFileNames { get; set; }
Property Value
Type Description
string[]

ChunkSize

Declaration
[JsonPropertyName("chunk_size")]
public int ChunkSize { get; set; }
Property Value
Type Description
int

NumberOfChunks

Declaration
[JsonPropertyName("num_chunks")]
public int NumberOfChunks { get; set; }
Property Value
Type Description
int

Rows

Declaration
[JsonPropertyName("rows")]
public int Rows { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX