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 |