Interface InMemoryOptions

Options for an in-memory backend

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

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

name?: string

use label