Click or drag to resize
DeleteObjectsRequest Constructor (String, IListString)
使用静默方式的构造函数。

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
)

Parameters

bucketName
Type: SystemString
OssObject
keys
Type: System.Collections.GenericIListString
预删除的Object列表
See Also