Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
Optional<String> | ➖ | A unique identifier for an object. | 12345 |
success |
Optional<Boolean> | ➖ | Indicates if the upload session was completed successfully. | true |
partSize |
Optional<Double> | ➖ | 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 |
Optional<Boolean> | ➖ | Indicates if parts of the file can uploaded in parallel. | true |
uploadedByteRange |
Optional<String> | ➖ | The range of bytes that was successfully uploaded. | 0-42 |
expiresAt |
OffsetDateTime | ➖ | N/A | 2022-09-30T07:43:32.000Z |