Expand description
Persistent filesystem backed pin store. See FsDataStore
for more information.
Structsยง
- FsData
Store - FsDataStore which uses the filesystem as a lockable key-value store. Maintains a similar to
[
FsBlockStore
] sharded two level storage. Direct have empty files, recursive pins record all of their indirect descendants. Pin files are separated by their file extensions.