Skip to main content

IS3ListObjectVersionsResponse

Interface in AWS.S3

Interface for ListObjectVersions responses.

Ancestors

Properties

CommonPrefixes

property CommonPrefixes: TS3CommonPrefixes

Type: TS3CommonPrefixes

List of up to 1,000 common prefixes.

The response will only contain CommonPrefixes if a Delimiter was specified in the request.

DeleteMarkers

property DeleteMarkers: TS3DeleteMarkers

Type: TS3DeleteMarkers

List of DeleteMarkers.

Delimiter

property Delimiter: string

The Delimiter specified in the request.

EncodingType

property EncodingType: string

The encoding type used for Delimiter, Key, KeyMarker, NextKeyMarker, and Prefix values if specified in the request.

Valid values: url.

IsTruncated

property IsTruncated: Boolean

Indicates if the results returned have been truncated.

If True, the results exceeded the MaxKeys or 1,000 (whichever is smaller). Repeat the request with ContinuationToken set to the NextContinuationToken from this request to fetch more results.

KeyMarker

property KeyMarker: string

Specifies the last key returned in a truncated response.

MaxKeys

property MaxKeys: Integer

Specifies the MaxKeys requested.

Name

property Name: string

The bucket name requested.

NextKeyMarker

property NextKeyMarker: string

When the results are truncated, specifies the first key not returned in the results.

Use this value as KeyMarker in subsequent requests to retrieve more results.

NextVersionIdMarker

property NextVersionIdMarker: string

When the results are truncated, specifies the first object version not returned in the results.

Use this value as VersionIdMarker in subsequent requests to retrieve more results.

Prefix

property Prefix: string

Specifies the prefix requested.

Versions

property Versions: TS3ObjectVersions

Type: TS3ObjectVersions

A list of object versions.

VersionIdMarker

property VersionIdMarker: string

Specifies the last object version returned in a truncated response.