AssembleAttachment interface
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Interface to assemble file chunks
Properties
file | A Blob object representing the data of the file chunks. |
sequence | A number representing the sequence of the attachment in the file chunks. |
Property Details
file
A Blob object representing the data of the file chunks.
file: Blob
Property Value
Blob
sequence
A number representing the sequence of the attachment in the file chunks.
sequence: number
Property Value
number