| IMultiPartUploadStream Interface |
Namespace: CMS.IO
public interface IMultiPartUploadStream
The IMultiPartUploadStream type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximalPartSize |
Returns maximal size in bytes of a part that can be sent to external storage.
| |
| MinimalPartSize |
Returns minimal size in bytes of a part that can be sent to external storage.
|
| Name | Description | |
|---|---|---|
| AbortMultiPartUpload |
Aborts multipart upload to external storage and should remove all resources already uploaded to external storage if necessary.
| |
| CompleteMultiPartUploadProcess |
Completes multipart upload process.
| |
| InitMultiPartUpload |
Inits multipart upload with external storage.
| |
| UploadStreamContentAsMultiPart |
Uploads stream content to external storage.
|