Expand description
Imports from an archive (tarballs)
Structs§
- Ingestion
Entry 🔒Graph - Keep track of the directory structure of a file tree being ingested. This is used for ingestion sources which do not provide any ordering or uniqueness guarantees like tarballs.
Enums§
Functions§
- ingest_
archive - Ingests elements from the given tar
Archive
into a the passedBlobService
andDirectoryService
.