Response Result of the Request for List Parts
Namespace
obs.ListPartsResponse
Parameter Description
| Field | Type | Description |
|---|---|---|
| bucketName | str | Bucket name |
| objectKey | str | Object name |
| uploadId | str | Multipart upload ID |
| initiator | Initiator of the multipart upload | |
| owner | Owner of the multipart upload, which is consistent with initiator | |
| storageClass | str | Storage class of the object to be uploaded |
| partNumberMarker | int | Part number after which listing parts begins, which is consistent with that set in the request |
| nextPartNumberMarker | int | Part number to start with upon the next request for listing parts |
| maxParts | int | Maximum number of listed parts, which is consistent with that set in the request |
| isTruncated | bool | Indicates whether all objects are returned. If the field value is True, not all objects are returned. If the field value is False, all objects are returned. |
| parts | list of Part | List of uploaded parts |
Last Article: Response Result of the Request for Copying a Part
Next Article: Uploaded Part
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.