Skip to main content

fs.opendiroptions

@listenai/lisa_core / Exports / fs / OpenDirOptions

Interface: OpenDirOptions

fs.OpenDirOptions

Table of contents#

Properties#

Properties#

bufferSize#

Optional bufferSize: number

Number of directory entries that are buffered internally when reading from the directory. Higher values lead to better performance but higher memory usage.

default 32

Defined in#

node_modules/@types/node/fs.d.ts:2233


encoding#

Optional encoding: BufferEncoding

Defined in#

node_modules/@types/node/fs.d.ts:2226

  • 没帮助 0