Click or drag to resize
IOssPutBigObject Method
Overload List
  NameDescription
Public methodPutBigObject(String, String, Stream, ObjectMetadata, NullableInt64) Obsolete.
Deprecated method. Use ResumableUploadObject instead. Upload the specified file to OSS. If the file size is same or less than the part size, use normal file upload instead. Otherwise it will use multipart file upload.
Public methodPutBigObject(String, String, String, ObjectMetadata, NullableInt64) Obsolete.
Deprecated method.Please use ResumableUploadObject. Uploads the specified file with optional part size. If the file size is not bigger than the part size, then use normal file upload. Otherwise use multipart upload.
Top
See Also