UploadPartRequestInputStream Property |
Gets or sets the part's input stream.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public Stream InputStream { get; set; }
Public Property InputStream As Stream
Get
Set
public:
property Stream^ InputStream {
Stream^ get ();
void set (Stream^ value);
}
member InputStream : Stream with get, set
Property Value
Type:
StreamSee Also