Skip to content

Interface: FileRef

Defined in: core/src/schema/columns.ts:205

Content-addressable manifest of a file stored out-of-band (typically R2). Rows carry only this manifest; bytes are transferred via /sync/blob/* and cached in IndexedDB / R2. Keyed by sha256 hex of the plaintext bytes.

readonly __plasmaFile: true

Defined in: core/src/schema/columns.ts:206


readonly hash: string

Defined in: core/src/schema/columns.ts:207


readonly size: number

Defined in: core/src/schema/columns.ts:208


readonly mime: string

Defined in: core/src/schema/columns.ts:209


readonly optional name?: string

Defined in: core/src/schema/columns.ts:210


readonly optional encryption?: unknown

Defined in: core/src/schema/columns.ts:211