ZenFS
    Preparing search index...

    Interface CopyOnWriteOptions

    Configuration options for CoW.

    interface CopyOnWriteOptions {
        journal?: Journal;
        readable: any;
        writable: any;
    }
    Index

    Properties

    journal?: Journal
    readable: any

    The file system that initially populates this file system.

    writable: any

    The file system to write modified files to.