| PutObjectRequest Class |
Namespace: Aliyun.OSS
The PutObjectRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| PutObjectRequest(String, String, Stream) |
Creates a new instance of PutObjectRequest | |
| PutObjectRequest(String, String, Stream, ObjectMetadata) |
Creates a new instance of PutObjectRequest | |
| PutObjectRequest(String, String, Stream, ObjectMetadata, Boolean) |
Puts the object result.
|
| 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 |
Gets or sets the bucket name
| |
| Content |
Gets or sets object content stream
| |
| Key |
Gets or sets the object key
| |
| Metadata |
Gets or sets the object metadata.
| |
| Process |
Gets or sets the process method.The result will be in ResponseStream.
| |
| StreamTransferProgress |
Gets or sets the transfer progress callback
| |
| UseChunkedEncoding |
Gets or sets a value indicating whether this PutObjectRequest use chunked encoding.
|