Skip to main content

Interface: DownloadOptions

Defined in: bee-js/src/types/index.ts:205

Properties

actHistoryAddress?

optional actHistoryAddress: string | Uint8Array<ArrayBufferLike> | Reference

Defined in: bee-js/src/types/index.ts:229


actPublisher?

optional actPublisher: string | Uint8Array<ArrayBufferLike> | PublicKey

Defined in: bee-js/src/types/index.ts:227


actTimestamp?

optional actTimestamp: string | number

Defined in: bee-js/src/types/index.ts:231


fallback?

optional fallback: 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?

optional redundancyStrategy: RedundancyStrategy

Defined in: bee-js/src/types/index.ts:211

Specify the retrieve strategy on redundant data.

Only applicable for erasure coded data.


timeoutMs?

optional timeoutMs: 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.

💬 Get Help