Click or drag to resize
IOssGetObject Method (GetObjectRequest, Stream)
Gets the object and assign the data to the stream.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
ObjectMetadata GetObject(
	GetObjectRequest getObjectRequest,
	Stream output
)

Parameters

getObjectRequest
Type: Aliyun.OSSGetObjectRequest
request parameter
output
Type: System.IOStream
output stream

Return Value

Type: ObjectMetadata
OssObject metadata
See Also