Aydsko iRacing Data API
Show / Hide Table of Contents

Interface IChunkInfo

Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public interface IChunkInfo

Properties

BaseDownloadUrl

Declaration
string BaseDownloadUrl { get; set; }
Property Value
Type Description
string

ChunkFileNames

Declaration
string[] ChunkFileNames { get; set; }
Property Value
Type Description
string[]

NumberOfChunks

Declaration
int NumberOfChunks { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX