Interface: DownloadOptions
Defined in: bee-js/src/types/index.ts:205
Properties
actHistoryAddress?
optionalactHistoryAddress:string|Uint8Array<ArrayBufferLike> |Reference
Defined in: bee-js/src/types/index.ts:229
actPublisher?
optionalactPublisher:string|Uint8Array<ArrayBufferLike> |PublicKey
Defined in: bee-js/src/types/index.ts:227
actTimestamp?
optionalactTimestamp:string|number
Defined in: bee-js/src/types/index.ts:231
fallback?
optionalfallback:boolean
Defined in: bee-js/src/types/index.ts:218
Specify if the retrieve strategies (chunk prefetching on redundant data) are used in a fallback cascade. The default is true.
Only applicable for erasure coded data.
redundancyStrategy?
optionalredundancyStrategy:RedundancyStrategy
Defined in: bee-js/src/types/index.ts:211
Specify the retrieve strategy on redundant data.
Only applicable for erasure coded data.
timeoutMs?
optionaltimeoutMs:number
Defined in: bee-js/src/types/index.ts:225
Specify the timeout for chunk retrieval. The default is 30 seconds.
This is not the timeout for the whole download operation, but rather for each chunk retrieval.