UploadStreamRequest Constructor (String, String, Stream, Int64, Boolean, String) |
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntaxpublic UploadStreamRequest(
string bucketName,
string objectKey,
Stream uploadStream,
long partSize,
bool enableCheckpoint,
string checkpointFile
)
Parameters
- bucketName
- Type: SystemString
- objectKey
- Type: SystemString
- uploadStream
- Type: System.IOStream
- partSize
- Type: SystemInt64
- enableCheckpoint
- Type: SystemBoolean
- checkpointFile
- Type: SystemString
See Also