Click or drag to resize
DeleteObjectsRequest Constructor (String, IListString, Boolean)
使用指定的请求结果返回模式的构造函数。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public DeleteObjectsRequest(
	string bucketName,
	IList<string> keys,
	bool quiet
)

Parameters

bucketName
Type: SystemString
OssObject
keys
Type: System.Collections.GenericIListString
预删除的Object列表
quiet
Type: SystemBoolean
true表示静默模式,false表示详细模式
See Also