Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxvoid DeleteObject(
string bucketName,
string key
)
Sub DeleteObject (
bucketName As String,
key As String
)
void DeleteObject(
String^ bucketName,
String^ key
)
abstract DeleteObject :
bucketName : string *
key : string -> unit
Parameters
- bucketName
- Type: SystemString
Bucket的名称。 - key
- Type: SystemString
Key。
See Also