Skip to content

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

Function: getObjectStats()

getObjectStats(repoName, ref, path): Promise<ObjectStats>

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:625

Get object stats (metadata only, no content)

Parameters

repoName

string

ref

string

path

string

Returns

Promise<ObjectStats>

ObjectStats with full metadata

Throws

Error if object not found or other API error

Licensed under BUSL-1.1