| UploadObjectRequest Properties |
The UploadObjectRequest type exposes the following members.
| 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.
|