- Navigation Guide
@aws-sdk/client-s3
ListObjectVersionsCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata | ResponseMetadata | Metadata pertaining to this request. |
CommonPrefixes | CommonPrefix[] | undefined | All of the keys rolled up into a common prefix count as a single return when calculating the number of returns. |
DeleteMarkers | DeleteMarkerEntry[] | undefined | Container for an object that is a delete marker. |
Delimiter | string | undefined | The delimiter grouping the included keys. A delimiter is a character that you specify to group keys. All keys that contain the same string between the prefix and the first occurrence of the delimiter are grouped under a single result element in |
EncodingType | EncodingType | undefined | Encoding type used by Amazon S3 to encode object key names in the XML response. If you specify the |
IsTruncated | boolean | undefined | A flag that indicates whether Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request by using the |
KeyMarker | string | undefined | Marks the last key returned in a truncated response. |
MaxKeys | number | undefined | Specifies the maximum number of objects to return. |
Name | string | undefined | The bucket name. |
NextKeyMarker | string | undefined | When the number of responses exceeds the value of |
NextVersionIdMarker | string | undefined | When the number of responses exceeds the value of |
Prefix | string | undefined | Selects objects that start with the value supplied by this parameter. |
RequestCharged | RequestCharged | undefined | If present, indicates that the requester was successfully charged for the request. This functionality is not supported for directory buckets. |
VersionIdMarker | string | undefined | Marks the last version of the key returned in a truncated response. |
Versions | ObjectVersion[] | undefined | Container for version information. |
Full Signature
export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutput, MetadataBearer