UploadFile interface
File content associated with the file under a workspace.
Properties
chunk |
Index of the uploaded chunk (Index starts at 0) |
content | File Content in base64 encoded format |
Property Details
chunkIndex
Index of the uploaded chunk (Index starts at 0)
chunkIndex?: number
Property Value
number
content
File Content in base64 encoded format
content?: string
Property Value
string