Click or drag to resize

Chunk Properties

The Chunk type exposes the following members.

Properties
 NameDescription
Public propertyCanWrite Can write more data on this chunk according to the chunk situations?
Public propertyEmptyLength 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.
Public propertyEnd End offset of the chunk in the file bytes
Public propertyFailoverCount How many times has downloading the chunk failed?
Public propertyId Chunk unique identity name
Public propertyLength 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.
Public propertyMaxTryAgainOnFailover How many times to try again after the error
Public propertyPosition Current write offset of the chunk
Public propertyStart Start offset of the chunk in the file bytes
Public propertyTimeout How many milliseconds to wait for a response from the server?
Top
See Also