Storage class

Inheritance

Constructors

Storage(ApillonConfig? config)

Properties

apiPrefix String
API url for storage.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bucket(String uuid) StorageBucket
@param uuid Unique bucket identifier. @returns An instance of StorageBucket.
listBuckets(IApillonPagination? params) Future<IApillonList<StorageBucket>>
Lists all buckets. @param {ICollectionFilters} params Filter for listing collections. @returns Array of StorageBucket objects.
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