Restores the object.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax RestoreObjectResult RestoreObject(
string bucketName,
string key
)
Function RestoreObject (
bucketName As String,
key As String
) As RestoreObjectResult
RestoreObjectResult^ RestoreObject(
String^ bucketName,
String^ key
)
abstract RestoreObject :
bucketName : string *
key : string -> RestoreObjectResult
Parameters
- bucketName
- Type: SystemString
Bucket name. - key
- Type: SystemString
Key.
Return Value
Type:
RestoreObjectResultThe object.
See Also