Help Center> Object Storage Service> SDK Reference> Python> Data Types> Response Header of the Request for Listing Versioned Objects in a Bucket

Response Header of the Request for Listing Versioned Objects in a Bucket

Namespace

obs.ObjectVersionHead

Parameter Description

Field

Type

Description

name

str

Bucket name

location

str

Bucket location

delimiter

str

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

prefix

str

Name prefix of versioning objects, which is consistent with that set in the request

keyMarker

str

Object name to start with for listing versioned objects, which is consistent with that set in the request

versionIdMarker

str

Version ID to start with for listing versioning objects, which is consistent with that set in the request

nextKeyMarker

str

Object name to start with upon the next request for listing versioning objects in a bucket

nextVersionIdMarker

str

Version ID to start with upon the next request for listing versioned objects. It is used with the nextKeyMarker parameter.

maxKeys

int

Maximum number of listed versioning objects, which is consistent with that set in the request

isTruncated

bool

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.