Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/tools / / ResultReadOutcome

Interface: ResultReadOutcome

Defined in: packages/tools/src/result/reader.ts:50

Outcome of ResultReader.read.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
bytesreadonlynumberByte length of content.packages/tools/src/result/reader.ts:54
contentreadonlystringThe requested slice of the artifact.packages/tools/src/result/reader.ts:52
eofreadonlybooleantrue when content reaches the end of the artifact (no more to read).packages/tools/src/result/reader.ts:58
totalBytesreadonlynumberTotal byte size of the full artifact.packages/tools/src/result/reader.ts:56