Storage class
- Inheritance
-
- Object
- ApillonModule
- Storage
Constructors
- Storage(ApillonConfig? config)
Properties
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