Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / UploadObjectData

Type Alias: UploadObjectData

UploadObjectData = object

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

Properties

body?

optional body: object

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

content?

optional content: Blob | File

Only a single file per upload which must be named "content".


headers?

optional headers: object

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

If-None-Match?

optional If-None-Match: string

Set to "*" to atomically allow the upload only if the key has no object yet. Other values are not supported.


path

path: object

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

branch

branch: string

repository

repository: string


query

query: object

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

force?

optional force: boolean

path

path: string

relative to the branch

storageClass?

optional storageClass: string

Deprecated, this capability will not be supported in future releases.

Deprecated

url

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

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

Licensed under BUSL-1.1