Interface: MemoryFileSystemOptions
Options for MemoryFileSystem.
Properties
Section titled “Properties”
optionalid?:string
Unique identifier. Defaults to a stable hash of the root.
readOnly?
Section titled “readOnly?”
optionalreadOnly?:boolean
Block all write operations. Defaults to false.
optionalroot?:FileSystemRootInput
Virtual root. Defaults to /memory. See FileSystemRootInput.