Help Center> OBS GO SDK> API Reference> Data Types> Response Result of List Parts
Updated on 2022-02-10 GMT+08:00

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

Initiator of the multipart upload

Owner

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