FileCreate
FileCreate =
object
Defined in: packages/cloud/src/client/types.gen.ts:3530
Properties
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:3534
Name that will be used for created file. If possible, always include the file extension in the name.
external_file_id?
optional
external_file_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3538
The ID of the file in the external system
file_size?
optional
file_size:number
|null
Defined in: packages/cloud/src/client/types.gen.ts:3542
Size of the file in bytes
last_modified_at?
optional
last_modified_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3546
The last modified time of the file
resource_info?
optional
resource_info: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:3550
Resource information for the file
permission_info?
optional
permission_info: {[key
:string
]:null
|string
|number
|boolean
|unknown
[] | {[key
:string
]:unknown
; }; } |null
Defined in: packages/cloud/src/client/types.gen.ts:3565
Permission information for the file
data_source_id?
optional
data_source_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:3580
The ID of the data source that the file belongs to