Interface: DownloadOptions
Defined in: bee-js/src/types/index.ts:179
Properties
actHistoryAddress?
optionalactHistoryAddress:string|Uint8Array<ArrayBufferLike> |Reference
Defined in: bee-js/src/types/index.ts:195
actPublisher?
optionalactPublisher:string|Uint8Array<ArrayBufferLike> |PublicKey
Defined in: bee-js/src/types/index.ts:193
actTimestamp?
optionalactTimestamp:string|number
Defined in: bee-js/src/types/index.ts:197
fallback?
optionalfallback:boolean
Defined in: bee-js/src/types/index.ts:187
Specify if the retrieve strategies (chunk prefetching on redundant data) are used in a fallback cascade. The default is true.
redundancyStrategy?
optionalredundancyStrategy:RedundancyStrategy
Defined in: bee-js/src/types/index.ts:183
Specify the retrieve strategy on redundant data.
timeoutMs?
optionaltimeoutMs:number
Defined in: bee-js/src/types/index.ts:191
Specify the timeout for chunk retrieval. The default is 30 seconds.