Optional
createOptional
deleteHow many blocks to delete in parallel when .deleteMany
is called.
default: 50
Optional
errorIf true and the passed blockstore location exists on startup, throw an error. default: false
Optional
extensionThe file extension to use when storing blocks. default: '.data'
Optional
getHow many blocks to read in parallel when .getMany
is called.
default: 50
Optional
putHow many blocks to put in parallel when .putMany
is called.
default: 50
Optional
shardingControl how CIDs map to paths and back
If true and the passed blockstore location does not exist, create it on startup. default: true