commonPrefixes property

List<CommonPrefix>? commonPrefixes
final

If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a CommonPrefixes element. The distinct key prefixes are returned in the Prefix child element.

Implementation

final List<CommonPrefix>? commonPrefixes;