GetUploadPartsResponse Properties
An object defining properties for the GetUploadPartsResponse class.
UploadParts
Gets the list of upload parts for the multi-part file upload.
Type: List<UploadPart>
This property contains the collection of upload parts, each defining a chunk of the file to be uploaded. Each part includes information about its position in the file and the URL where it should be uploaded.
BranchId
Gets the optional identifier of the branch associated with the upload.
This property contains the identifier of the branch where the file is being uploaded. It can be null if the upload is not associated with a specific branch.
ObjectId
Gets the optional identifier of the document management object associated with the upload.
This property contains the identifier of the document management object where the file is being uploaded. It can be null if the upload is not associated with a specific object.
CommitId
Gets the optional identifier of the commit associated with the upload.
This property contains the identifier of the commit where the file is being uploaded. It can be null if the upload is not associated with a specific commit.