Enumeration: RedundancyLevel
Defined in: bee-js/src/types/index.ts:150
Add redundancy to the data being uploaded so that downloaders can download it with better UX. 0 value is default and does not add any redundancy to the file.
Enumeration Members
INSANE
INSANE:
3
Defined in: bee-js/src/types/index.ts:154
MEDIUM
MEDIUM:
1
Defined in: bee-js/src/types/index.ts:152
OFF
OFF:
0
Defined in: bee-js/src/types/index.ts:151
PARANOID
PARANOID:
4
Defined in: bee-js/src/types/index.ts:155
STRONG
STRONG:
2
Defined in: bee-js/src/types/index.ts:153