Skip to main content

GetUploadPartsResponse

Represents a response containing upload parts information for a multi-part file upload.

This class encapsulates the list of upload parts along with optional object, branch, and commit identifiers. It inherits from BaseResponse and provides support for JSON deserialization.

Properties

NameDescription
UploadPartsGets the list of upload parts for the multi-part file upload.
BranchIdGets the optional identifier of the branch associated with the upload.
ObjectIdGets the optional identifier of the document management object associated with the upload.
CommitIdGets the optional identifier of the commit associated with the upload.

Constructors

NameDescription
GetUploadPartsResponse(objectId, branchId, commitId, uploadParts)Initializes a new instance of the GetUploadPartsResponse class with the specified identifiers and upload parts.
GetUploadPartsResponse()Initializes a new instance of the GetUploadPartsResponse class.
GetUploadPartsResponse(uploadParts)Initializes a new instance of the GetUploadPartsResponse class with the specified upload parts.