Skip to content

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

Type Alias: GetObjectData

GetObjectData = object

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

Properties

body?

optional body: never

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


headers?

optional headers: object

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

If-None-Match?

optional If-None-Match: string

Returns response only if the object does not have a matching ETag

Range?

optional Range: string

Byte range to retrieve


path

path: object

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

ref

ref: string

a reference (could be either a branch or a commit ID)

repository

repository: string


query

query: object

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

path

path: string

relative to the ref

presign?

optional presign: boolean


url

url: "/repositories/{repository}/refs/{ref}/objects"

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

Licensed under BUSL-1.1