| UploadObjectRequest Class |
Namespace: Aliyun.OSS
The UploadObjectRequest type exposes the following members.
| Name | Description | |
|---|---|---|
| UploadObjectRequest(String, String, Stream) |
Initializes a new instance of the UploadObjectRequest class.
| |
| UploadObjectRequest(String, String, String) |
Initializes a new instance of the UploadObjectRequest class.
|
| 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 name of the bucket.
| |
| CheckpointDir |
Gets or sets the checkpoint dir.
| |
| Key |
Gets or sets the key.
| |
| Metadata |
Gets or sets the metadata.
| |
| ParallelThreadCount |
Gets or sets the parallel thread count.
| |
| PartSize |
Gets or sets the size of the part.
| |
| StreamTransferProgress |
Gets or sets the stream transfer progress.
| |
| UploadFile |
Gets or sets the upload file.
| |
| UploadStream |
Gets or sets the upload stream.
Note: when both UploadStream and UploadFile properties are set, the UploadStream will be used.
It will be disposed once the ResumableUploadFile finishes.
|