DeleteObjectsRequest Constructor (String, IListString) |
使用静默方式的构造函数。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic DeleteObjectsRequest(
string bucketName,
IList<string> keys
)
Public Sub New (
bucketName As String,
keys As IList(Of String)
)
public:
DeleteObjectsRequest(
String^ bucketName,
IList<String^>^ keys
)
new :
bucketName : string *
keys : IList<string> -> DeleteObjectsRequest
Parameters
- bucketName
- Type: SystemString
OssObject - keys
- Type: System.Collections.GenericIListString
预删除的Object列表
See Also