Click or drag to resize
OssClientRestoreObject Method
Restores the object.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public RestoreObjectResult RestoreObject(
	string bucketName,
	string key
)

Parameters

bucketName
Type: SystemString
Bucket name.
key
Type: SystemString
Key.

Return Value

Type: RestoreObjectResult
The object.

Implements

IOssRestoreObject(String, String)
See Also