ObjectStoragePutObjectRequest class
上传请求
Constructors
- ObjectStoragePutObjectRequest.new({required String taskId, required PlatformFile file, required String bucketName, required String objectName, required String accessKeyId, required String accessKeySecret, required String securityToken, required int expiredTime, required String region, int divisionForUpload = 2 * 1024 * 1024, int sliceSizeForUpload = 1024 * 1024})
Properties
- accessKeyId → String
-
final
- accessKeySecret → String
-
final
- bucketName → String
-
final
- divisionForUpload → int
-
final
- expiredTime → int
-
final
- file → PlatformFile
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectName → String
-
final
- region → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityToken → String
-
final
- sliceSizeForUpload → int
-
final
- taskId → String
-
支持路径
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited