MessageChunkUploadDoneParams
MessageChunkUploadDoneParams interface.
Properties
Property | Type | Description |
---|---|---|
filename | string | The name of the file to upload. |
filetype? | string | The type of the file to upload. |
md5? | string | The MD5 of the file to upload. |
totalfilesize? | number | The size of the file to upload. |
totalparts? | number | The number of total parts of the chunk to upload. |
uuid | string | The file uuid returned by the first chunk upload. It is required only when partindex > 0. |