Expand description
A simple diskstore for blobs
Structs§
- Disk
File Blob Store - A blob store that stores blob data on disk.
- Disk
File Blob Store Config - Configuration for a disk file blob store.
Enums§
- Disk
File Blob Store Error - Errors that can occur when interacting with a disk file blob store.
- Open
Disk File Blob Store - How to open a disk file blob store.
Constants§
- DEFAULT_
MAX_ CACHED_ BLOBS - How many [
BlobTransactionSidecar
] to cache in memory.