| DeleteObjectsRequest Constructor (String, IListString) | 
            Creates an instance with bucket name and keys. Quiet mode is true by default.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic DeleteObjectsRequest(
	string bucketName,
	IList<string> keys
)
Public Sub New ( 
	bucketName As String,
	keys As IList(Of String)
)
public:
DeleteObjectsRequest(
	String^ bucketName, 
	IList<String^>^ keys
)
new : 
        bucketName : string * 
        keys : IList<string> -> DeleteObjectsRequestParameters
- bucketName
 - Type: SystemString
bucket name - keys
 - Type: System.Collections.GenericIListString
object lists to delete 
See Also