ZenFS
    Preparing search index...

    Interface InMemoryOptions

    Options for an in-memory backend

    interface InMemoryOptions {
        label?: string;
        maxSize?: number;
    }
    Index

    Properties

    Properties

    label?: string

    The label to use for the store and file system

    maxSize?: number

    The maximum size of the store. Defaults to 4 GiB