Help Center> Object Storage Service> SDK Reference> Python> Data Types> Response Result of the Request for List Parts

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

Initiator of the multipart upload

owner

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