Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 716 Bytes

UploadPart.md

File metadata and controls

25 lines (13 loc) · 716 Bytes

UploadPart

The upload Part represents a chunk of bytes we can add to an Upload object.

Properties

Name Type Description Notes
id String The upload Part unique identifier, which can be referenced in API endpoints.
createdAt Integer The Unix timestamp (in seconds) for when the Part was created.
uploadId String The ID of the Upload object that this Part was added to.
_object ObjectEnum The object type, which is always `upload.part`.

Enum: ObjectEnum

Name Value
UPLOAD_PART "upload.part"