Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / CreateTypedFileResult

Interface: CreateTypedFileResult

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:41

Result of creating a typed file

Properties

objectStats

objectStats: ObjectStats

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:47

Object stats from lakeFS


resourceId?

optional resourceId: string

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:45

The resourceId if a pre-create hook was executed (flowId, secretId, etc.)


uri

uri: string

Defined in: packages/fireflow-vfs/src/workflows/typed-file-workflows.ts:43

The ff:// URI of the created file

Licensed under BUSL-1.1