Interface: FileRef
Interface: FileRef
Section titled “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.
Properties
Section titled “Properties”__plasmaFile
Section titled “__plasmaFile”
readonly__plasmaFile:true
Defined in: core/src/schema/columns.ts:206
readonlyhash:string
Defined in: core/src/schema/columns.ts:207
readonlysize:number
Defined in: core/src/schema/columns.ts:208
readonlymime:string
Defined in: core/src/schema/columns.ts:209
readonlyoptionalname?:string
Defined in: core/src/schema/columns.ts:210
encryption?
Section titled “encryption?”
readonlyoptionalencryption?:unknown
Defined in: core/src/schema/columns.ts:211