UploadFileRequest Constructor (String, String, String, Int64, Int32, Boolean) |
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntaxpublic UploadFileRequest(
string bucketName,
string objectKey,
string uploadFile,
long partSize,
int taskNum,
bool enableCheckpoint
)
Parameters
- bucketName
- Type: SystemString
- objectKey
- Type: SystemString
- uploadFile
- Type: SystemString
- partSize
- Type: SystemInt64
- taskNum
- Type: SystemInt32
- enableCheckpoint
- Type: SystemBoolean
See Also