Interface SyncKeyValueFileSystemOptions

Hierarchy

  • SyncKeyValueFileSystemOptions

Properties

The actual key-value store to read from/write to.

supportLinks?: boolean

Should the file system support links?

supportProps?: boolean

Should the file system support properties (mtime/atime/ctime/chmod/etc)? Enabling this slightly increases the storage space per file, and adds atime updates every time a file is accessed, mtime updates every time a file is modified, and permission checks on every operation.

Defaults to false.

Generated using TypeDoc