IS3ListObjectsResponse
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.
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.
Marker
property Marker: string
Indicates where the listing starts from.
Marker is included in the response if it was sent in the request.
MaxKeys
property MaxKeys: Integer
Specifies the MaxKeys requested.
Name
property Name: string
The bucket name requested.
NextMarker
property NextMarker: string
A marker to be used in subsequent requests to request the next set of objects.
Prefix
property Prefix: string
Specifies the prefix requested.