UploadObjectRequestUploadStream Property |
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.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Stream UploadStream { get; set; }
Public Property UploadStream As Stream
Get
Set
public:
property Stream^ UploadStream {
Stream^ get ();
void set (Stream^ value);
}
member UploadStream : Stream with get, set
Property Value
Type:
StreamThe upload stream.
See Also