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

Response Result of List Multipart uploads

Type Definition

type ListMultipartUploadsOutput 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

KeyMarker

string

Object name after which listing multipart uploads begins, which is consistent with that set in the request

UploadIdMarker

string

Upload ID after which the multipart upload listing begins, which is consistent with that set in the request

NextKeyMarker

string

Object name to start with upon the next request for listing multipart uploads

NextUploadIdMarker

string

Upload ID to start with upon the next request for listing multipart uploads. It is used with the nextKeyMarker parameter.

MaxUploads

int

Maximum number of listed multipart uploads, which is consistent with the same parameter 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.

Prefix

string

Object name prefix in multipart uploads, which is consistent with the same parameter in the request

Delimiter

string

Character used to group object names in multipart uploads, which is consistent with that set in the request

Uploads

[]Upload

List of multipart uploads

CommonPrefixes

[]string

List of object name prefixes grouped according to the Delimiter parameter (if specified)