ListOptions class

The options StorageReference.list accepts.

Constructors

ListOptions({int? maxResults, String? pageToken})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
jsObject → ListOptionsJsImpl
JS object.
finalinherited
maxResults int
If set, limits the total number of prefixes and items to return. The default and maximum maxResults is 1000.
getter/setter pair
pageToken String
The ListResult.nextPageToken from a previous call to StorageReference.list. If provided, listing is resumed from the previous position.
getter/setter pair
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