IOssResumableUploadObject Method |
Name | Description | |
---|---|---|
ResumableUploadObject(UploadObjectRequest) |
Resumables the upload object.
The request.UploadStream will be disposed once the call finishes.
| |
ResumableUploadObject(String, String, Stream, ObjectMetadata, String, NullableInt64, EventHandlerStreamTransferProgressArgs) |
Resumable file upload. It automaticlly uses multipart upload upon big file and also support resume upload after a failed upload.
| |
ResumableUploadObject(String, String, String, ObjectMetadata, String, NullableInt64, EventHandlerStreamTransferProgressArgs) |
Resumable file upload. It automaticlly uses multipart upload upon big file and also support resume upload after a failed upload.
|