ListObjectsV2Output class
Constructors
-
ListObjectsV2Output({List<CommonPrefix>? commonPrefixes, List<Object>? contents, String? continuationToken, String? delimiter, EncodingType? encodingType, bool? isTruncated, int? keyCount, int? maxKeys, String? name, String? nextContinuationToken, String? prefix, String? startAfter})
-
-
ListObjectsV2Output.fromXml(XmlElement elem)
-
factory
Properties
-
commonPrefixes
→ List<CommonPrefix>?
-
All of the keys rolled up into a common prefix count as a single return when
calculating the number of returns.
final
-
contents
→ List<Object>?
-
Metadata about each object returned.
final
-
continuationToken
→ String?
-
If ContinuationToken was sent with the request, it is included in the
response.
final
-
delimiter
→ String?
-
Causes keys that contain the same string between the prefix and the first
occurrence of the delimiter to be rolled up into a single result element in
the CommonPrefixes collection. These rolled-up keys are not returned
elsewhere in the response. Each rolled-up result counts as only one return
against the
MaxKeys
value.
final
-
encodingType
→ EncodingType?
-
Encoding type used by Amazon S3 to encode object key names in the XML
response.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isTruncated
→ bool?
-
Set to false if all of the results were returned. Set to true if more keys
are available to return. If the number of results exceeds that specified by
MaxKeys, all of the results might not be returned.
final
-
keyCount
→ int?
-
KeyCount is the number of keys returned with this request. KeyCount will
always be less than equals to MaxKeys field. Say you ask for 50 keys, your
result will include less than equals 50 keys
final
-
maxKeys
→ int?
-
Sets the maximum number of keys returned in the response. By default the API
returns up to 1,000 key names. The response might contain fewer keys but
will never contain more.
final
-
name
→ String?
-
The bucket name.
final
-
nextContinuationToken
→ String?
-
NextContinuationToken
is sent when isTruncated
is
true, which means there are more keys in the bucket that can be listed. The
next list requests to Amazon S3 can be continued with this
NextContinuationToken
. NextContinuationToken
is
obfuscated and is not a real key
final
-
prefix
→ String?
-
Keys that begin with the indicated prefix.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
startAfter
→ String?
-
If StartAfter was sent with the request, it is included in the response.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited