Chunk Properties |
The Chunk type exposes the following members.
| Name | Description | |
|---|---|---|
| CanWrite | Can write more data on this chunk according to the chunk situations? | |
| EmptyLength | Unused length of current chunk. When the chunk length is zero, the file is open to receive new bytes until no more bytes are received from the server. | |
| End | End offset of the chunk in the file bytes | |
| FailoverCount | How many times has downloading the chunk failed? | |
| Id | Chunk unique identity name | |
| Length | Length of current chunk. When the chunk length is zero, the file is open to receive new bytes until no more bytes are received from the server. | |
| MaxTryAgainOnFailover | How many times to try again after the error | |
| Position | Current write offset of the chunk | |
| Start | Start offset of the chunk in the file bytes | |
| Timeout | How many milliseconds to wait for a response from the server? |