Click or drag to resize

DownloadConfiguration Properties

The DownloadConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyBufferBlockSize Stream buffer size which is used for size of blocks
Public propertyCheckDiskSizeBeforeDownload Check disk available size for download file before starting the download.
Public propertyChunkCount File chunking parts count
Public propertyClearPackageOnCompletionWithFailure Clear package and downloaded data when download completed with failure
Public propertyMaximumBytesPerSecond The maximum bytes per second that can be transferred through the base stream.
Public propertyCode exampleMaximumMemoryBufferBytes Gets or sets the maximum amount of memory, in bytes, that the Downloader library is allowed to allocate for buffering downloaded content. Once this limit is reached, the library will stop downloading and start writing the buffered data to a file stream before continuing. The default value for is 0, which indicates unlimited buffering.
Public propertyMaximumSpeedPerChunk The maximum bytes per second that can be transferred through the base stream at each chunk downloader. This Property is ReadOnly.
Public propertyMaxTryAgainOnFailover How many time try again to download on failed
Public propertyMinimumSizeOfChunking Minimum size of chunking and multiple part downloading
Public propertyParallelCount Count of chunks to download in parallel. If ParallelCount is <=0, then ParallelCount is equal to ChunkCount.
Public propertyParallelDownload Download file chunks as Parallel or Serial?
Public propertyRangeDownload Download a range of byte
Public propertyRangeHigh The ending byte offset for ranged download
Public propertyRangeLow The starting byte offset for ranged download
Public propertyRequestConfiguration Custom body of your requests
Public propertyReserveStorageSpaceBeforeStartingDownload Before starting the download, reserve the storage space of the file as file size. Default value is false.
Public propertyTimeout Download timeout per stream file blocks
Top
See Also