Response Result of List Parts
Type Definition
type ListPartsOutput struct
Parameter Description
|
Field |
Type |
Description |
|---|---|---|
|
StatusCode |
int |
HTTP status code |
|
RequestId |
string |
Request ID returned by the OBS server |
|
ResponseHeaders |
map[string][]string |
HTTP response headers |
|
Bucket |
string |
Bucket name |
|
Key |
string |
Object name |
|
UploadId |
string |
Multipart upload ID |
|
Initiator |
Initiator of the multipart upload |
|
|
Owner |
Owner of the multipart upload, which is consistent with Initiator |
|
|
StorageClass |
string |
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 |
Whether all versioning objects are returned. If the field value is true, not all versioning objects are returned. If the field value is false, all versioning objects are returned. |
|
Parts |
[]Part |
List of uploaded parts |
Last Article: Request Parameter of List Parts
Next Article: Uploaded Part
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.