Click or drag to resize
DeleteObjectsRequest Constructor (String, IListString)
Creates an instance with bucket name and keys. Quiet mode is true by default.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public DeleteObjectsRequest(
	string bucketName,
	IList<string> keys
)

Parameters

bucketName
Type: SystemString
bucket name
keys
Type: System.Collections.GenericIListString
object lists to delete
See Also