Enumeration: RedundancyLevel
Defined in: bee-js/src/types/index.ts:176
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:180
MEDIUM
MEDIUM:
1
Defined in: bee-js/src/types/index.ts:178
OFF
OFF:
0
Defined in: bee-js/src/types/index.ts:177
PARANOID
PARANOID:
4
Defined in: bee-js/src/types/index.ts:181
STRONG
STRONG:
2
Defined in: bee-js/src/types/index.ts:179