ListResult class

Result returned by StorageReference.list.

Properties

hashCode int
The hash code for this object.
no setterinherited
items List<StorageReference>
Objects in this directory. You can call getMetadata() and getDownloadUrl() on them.
no setter
jsObject → ListResultJsImpl
JS object.
finalinherited
nextPageToken String
If set, there might be more results for this list. Use this token to resume the list.
no setter
prefixes List<StorageReference>
References to prefixes (sub-folders). You can call list() on them to get its contents. Folders are implicit based on '/' in the object paths. For example, if a bucket has two objects '/a/b/1' and '/a/b/2', list('/a') will return '/a/b' as a prefix.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance(ListResultJsImpl jsObject) ListResult
Creates a new ListResult from a jsObject.