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
Name | Description |
---|---|
UploadParts | Gets the list of upload parts for the multi-part file upload. |
BranchId | Gets the optional identifier of the branch associated with the upload. |
ObjectId | Gets the optional identifier of the document management object associated with the upload. |
CommitId | Gets the optional identifier of the commit associated with the upload. |
Constructors
Name | Description |
---|---|
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. |