FileListOptions class

Defines the structure how to get the files of a bucket

Constructors

FileListOptions({required bool returnCountInfo, int? page, int? limit, FileSort? sort})

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int?
A positive integer that specifies the max number of files to return per page
getter/setter pair
page int?
A positive integer that specifies the page number to paginate file results. Page numbers start from 1.
getter/setter pair
returnCountInfo bool
Flag to specify whether to return the count and pagination information such as total number of files, page number and page size
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort FileSort?
Specifies the field name and sort direction for sorting returned files
getter/setter pair

Methods

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

Operators

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