CloudBaseStorage class
腾讯云对象存储
Constructors
- CloudBaseStorage(CloudBaseCore core)
- 腾讯云对象存储
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
-
deleteFiles(
List< String> fileIdList) → dynamic - 删除文件
-
downloadFile(
{required String fileId, required String savePath, void onProcess(int count, int total)?}) → Future< void> - 下载文件
-
getFileDownloadURL(
List< String> fileIdList) → dynamic - 获取文件下载链接
-
getUploadMetadata(
String cloudPath) → dynamic - 获取上传文件自定义属性
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uploadFile(
{required String cloudPath, required String filePath, void onProcess(int count, int total)?}) → dynamic - 上传文件
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited