StorageApi class

StorageApi

Constructors

StorageApi(ApiClient _apiClient)
Constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDiscUsage({String? storageName}) Future<DiscUsage>
Get disc usage
getFileVersions(String path, {String? storageName}) Future<FileVersions>
Get file versions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectExists(String path, {String? storageName, String? versionId}) Future<ObjectExist>
Check if file or folder exists
storageExists(String storageName) Future<StorageExist>
Check if storage exists
toString() String
A string representation of this object.
inherited

Operators

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