Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/tools / / FileResultReaderOptions
Interface: FileResultReaderOptions
Defined in: packages/tools/src/result/reader.ts:71
Configuration for createFileResultReader.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
artifactRoot | readonly | string | Root the spill writer writes under (e.g. SpillWriter.artifactRoot). | packages/tools/src/result/reader.ts:73 |
maxBytes? | readonly | number | Default maxBytes when the caller omits one. Default 65536. | packages/tools/src/result/reader.ts:75 |