StorageApi class
Constructors
- StorageApi(ApiClient apiClient)
Properties
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