Click or drag to resize
IOssGetObject Method (String, String)
Gets object

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
OssObject GetObject(
	string bucketName,
	string key
)

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
Key

Return Value

Type: OssObject
OssObject instance
See Also