| PutObjectRequest Class |
Namespace: Aliyun.OSS
The PutObjectRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| PutObjectRequest(String, String, Stream) |
构造一个新的PutObjectRequest 实例
| |
| PutObjectRequest(String, String, Stream, ObjectMetadata) |
构造一个新的PutObjectRequest 实例
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BucketName |
获取或设置Bucket的名称。
| |
| Content |
获取或设置Object内容的数据流。
| |
| Key |
获取或设置要下载OssObject的Key。
| |
| Metadata |
获取或者设置Object的Metadata信息。
| |
| Process |
获取或设置Object上传后的处理方法,处理结果ResponseStream。
| |
| StreamTransferProgress |
获取或设置进度回调
|