nx.js
NamespacesSwitchInterfaces

FsFileOptions

Options object for the Switch.file() function.

Extends

Properties

PropertyTypeDescriptionInherited from
bigFile?booleanCreate a "big file", which is a directory with the "archive" bit set. This will cause HOS to treat the directory as if it were a file containing the directory's concatenated contents, allowing you to write file contents larger than 4GB.-
end?numberByte offset to stop reading the file at (inclusive). Default InfinityReadFileOptions.end
start?numberByte offset to start reading the file from. Default 0ReadFileOptions.start
type?string--

On this page