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?
optionalbody:object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:5223
content?
optionalcontent:Blob|File
Only a single file per upload which must be named "content".
headers?
optionalheaders:object
Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:5229
If-None-Match?
optionalIf-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?
optionalforce:boolean
path
path:
string
relative to the branch
storageClass?
optionalstorageClass: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