ZenFS
    Preparing search index...

    Interface SharedConfig

    Configuration options shared by backends and Configuration

    interface SharedConfig {
        caseFold?: CaseFold;
        disableAsyncCache?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    caseFold?: CaseFold

    If set, sets case folding for the file system(s).

    disableAsyncCache?: boolean

    If set, disables the sync cache and sync operations on async file systems.