PersistentAI API Documentation / @persistentai/fireflow-vfs / / VFSReadResult
Interface: VFSReadResult
Defined in: packages/fireflow-vfs/src/types/file.ts:57
Result of a file read operation
Properties
checksum
checksum:
string
Defined in: packages/fireflow-vfs/src/types/file.ts:67
Content checksum
content
content:
string
Defined in: packages/fireflow-vfs/src/types/file.ts:61
File content (base64 encoded for binary)
mimeType
mimeType:
string
Defined in: packages/fireflow-vfs/src/types/file.ts:65
MIME type
path
path:
string
Defined in: packages/fireflow-vfs/src/types/file.ts:59
File path
size
size:
number
Defined in: packages/fireflow-vfs/src/types/file.ts:63
File size in bytes