Skip to main content

Interface: DownloadOptions

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

Properties

actHistoryAddress?

optional actHistoryAddress: string | Uint8Array<ArrayBufferLike> | Reference

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


actPublisher?

optional actPublisher: string | Uint8Array<ArrayBufferLike> | PublicKey

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


actTimestamp?

optional actTimestamp: string | number

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


fallback?

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

optional redundancyStrategy: RedundancyStrategy

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

Specify the retrieve strategy on redundant data.


timeoutMs?

optional timeoutMs: number

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

Specify the timeout for chunk retrieval. The default is 30 seconds.

💬 Get Help