Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 5.2 KB

File metadata and controls

13 lines (10 loc) · 5.2 KB

UploadSession

Fields

Field Type Required Description Example
id ?string A unique identifier for an object. 12345
success ?bool Indicates if the upload session was completed successfully. true
partSize ?float Size in bytes of each part of the file that you will upload. Uploaded parts need to be this size for the upload to be successful. 1000000
parallelUploadSupported ?bool Indicates if parts of the file can uploaded in parallel. true
uploadedByteRange ?string The range of bytes that was successfully uploaded. 0-42
expiresAt \DateTime N/A 2022-09-30T07:43:32.000Z