IS3ListObjectsV2Response
Interface in AWS.S3
Interface for ListObjectsV2 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.
Contents
property Contents: IS3Objects
A list of objects with metadata.
ContinuationToken
property ContinuationToken: string
The continuation token specified in the request.
Delimiter
property Delimiter: string
The Delimiter specified in the request.
EncodingType
property EncodingType: string
The encoding type used for Delimiter, Prefix, Key, and StartAfter 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.
KeyCount
property KeyCount: Integer
The number of keys returned in this request.
MaxKeys
property MaxKeys: Integer
Specifies the MaxKeys requested.
Name
property Name: string
The bucket name requested.
NextContinuationToken
property NextContinuationToken: string
A continuation token to use in a follow-up request to retrieve subsequent results.
Only specified is IsTruncated is True.
Prefix
property Prefix: string
Specifies the prefix requested.
StartAfter
property StartAfter: string
Specifies the value requested.