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

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntax
C#
public DeleteObjectsRequest(
	string bucketName,
	IList<string> keys
)

Parameters

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