Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / PresignedUrlResult

Interface: PresignedUrlResult

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:657

Presigned URL response type

Properties

checksum

checksum: string

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:667

File checksum


expiresAt

expiresAt: number

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:661

Unix epoch timestamp when the URL expires


mimeType

mimeType: string

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:663

File MIME type


size

size: number

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:665

File size in bytes


url

url: string

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:659

The presigned HTTP URL for direct download

Licensed under BUSL-1.1