Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-vfs / generated/lakefs/types.gen / ListBranchesData

Type Alias: ListBranchesData

ListBranchesData = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3716

Properties

body?

optional body: never

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3717


path

path: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3718

repository

repository: string


query?

optional query: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3721

after?

optional after: string

return items after this value

amount?

optional amount: number

how many items to return

prefix?

optional prefix: string

return items prefixed with this value

show_hidden?

optional show_hidden: boolean

When set - list all branches including hidden branches. EXPERIMENTAL


url

url: "/repositories/{repository}/branches"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3739

Licensed under BUSL-1.1