Interface: FileColumnOptions
Interface: FileColumnOptions
Section titled “Interface: FileColumnOptions”Defined in: core/src/schema/columns.ts:254
Properties
Section titled “Properties”immutable?
Section titled “immutable?”
readonlyoptionalimmutable?:boolean
Defined in: core/src/schema/columns.ts:255
upload?
Section titled “upload?”
readonlyoptionalupload?:"proxy"|"presigned"|"auto"
Defined in: core/src/schema/columns.ts:256
maxSize?
Section titled “maxSize?”
readonlyoptionalmaxSize?:number
Defined in: core/src/schema/columns.ts:257
mimeAllowList?
Section titled “mimeAllowList?”
readonlyoptionalmimeAllowList?: readonlystring[]
Defined in: core/src/schema/columns.ts:258
inlineThreshold?
Section titled “inlineThreshold?”
readonlyoptionalinlineThreshold?:number
Defined in: core/src/schema/columns.ts:259