DeleteObjectsRequest Constructor (String, IListString, Boolean) |
使用指定的请求结果返回模式的构造函数。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic DeleteObjectsRequest(
string bucketName,
IList<string> keys,
bool quiet
)
Public Sub New (
bucketName As String,
keys As IList(Of String),
quiet As Boolean
)
public:
DeleteObjectsRequest(
String^ bucketName,
IList<String^>^ keys,
bool quiet
)
new :
bucketName : string *
keys : IList<string> *
quiet : bool -> DeleteObjectsRequest
Parameters
- bucketName
- Type: SystemString
OssObject - keys
- Type: System.Collections.GenericIListString
预删除的Object列表 - quiet
- Type: SystemBoolean
true表示静默模式,false表示详细模式
See Also