Skip to content

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

Type Alias: StagingLocation

StagingLocation = object

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

location for placing an object when staging it

Properties

physical_address?

optional physical_address: string

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


presigned_url?

optional presigned_url: string | null

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

if presign=true is passed in the request, this field will contain a pre-signed URL to use when uploading


presigned_url_expiry?

optional presigned_url_expiry: number

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

If present and nonzero, physical_address is a pre-signed URL and will expire at this Unix Epoch time. This will be shorter than the pre-signed URL lifetime if an authentication token is about to expire.

This field is optional.

Licensed under BUSL-1.1