UploadObjectRequest Constructor (String, String, Stream) |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public UploadObjectRequest(
string bucketName,
string key,
Stream uploadStream
)
Public Sub New (
bucketName As String,
key As String,
uploadStream As Stream
)
public:
UploadObjectRequest(
String^ bucketName,
String^ key,
Stream^ uploadStream
)
new :
bucketName : string *
key : string *
uploadStream : Stream -> UploadObjectRequest
Parameters
- bucketName
- Type: SystemString
Bucket name. - key
- Type: SystemString
Key. - uploadStream
- Type: System.IOStream
Upload stream.
See Also