Optional configuration for the tmpfs type. MountTmpfsOptions

interface MountTmpfsOptions {
    Mode?: number;
    SizeBytes?: number;
}

Properties

Properties

Mode?: number

The permission mode for the tmpfs mount in an integer.

SizeBytes?: number

The size for the tmpfs mount in bytes.