mongodb-memory-server-core
    Preparing search index...

    Interface Cleanup

    Cleanup interface to provide easy to understand arguments for clean-up

    interface Cleanup {
        doCleanup?: boolean;
        force?: boolean;
    }
    Index

    Properties

    Properties

    doCleanup?: boolean

    Setting this to true will activate cleanup

    true
    
    force?: boolean

    Setting this to true will cleanup the directory even if it is not a temporary directory

    false